1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Add constant for the Signals view, as is done for the other CDT debugger views.

This commit is contained in:
John Cortell 2009-01-29 21:12:18 +00:00
parent 4518d368aa
commit f81a89caed

View file

@ -32,6 +32,11 @@ public interface ICDebugUIConstants {
*/
public static final String ID_DISASSEMBLY_VIEW = PREFIX + "DisassemblyView"; //$NON-NLS-1$
/**
* Signals view identifier (value <code>"org.eclipse.cdt.debug.ui.SignalsView"</code>).
*/
public static final String ID_SIGNALS_VIEW = PREFIX + "SignalsView"; //$NON-NLS-1$
/**
* Deafult disassembly editor identifier (value <code>"org.eclipse.cdt.debug.ui.disassemblyEditor"</code>).
*/