mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Added static identifier string for this editor.
This commit is contained in:
parent
ead4068efc
commit
a895d01561
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ import org.eclipse.cdt.internal.ui.editor.asm.AsmTextEditor;
|
||||||
*/
|
*/
|
||||||
public class DisassemblyEditor extends AsmTextEditor
|
public class DisassemblyEditor extends AsmTextEditor
|
||||||
{
|
{
|
||||||
|
static final public String DISASSEMBLY_EDITOR_ID = "org.eclipse.cdt.debug.ui.DisassemblyEditor"; //$NON-NLS-1$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor for DisassemblyEditor.
|
* Constructor for DisassemblyEditor.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue