mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Add constant for the Signals view, as is done for the other CDT debugger views.
This commit is contained in:
parent
4518d368aa
commit
f81a89caed
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ public interface ICDebugUIConstants {
|
||||||
*/
|
*/
|
||||||
public static final String ID_DISASSEMBLY_VIEW = PREFIX + "DisassemblyView"; //$NON-NLS-1$
|
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>).
|
* Deafult disassembly editor identifier (value <code>"org.eclipse.cdt.debug.ui.disassemblyEditor"</code>).
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue