mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Set the contextID
This commit is contained in:
parent
30ad6c0a84
commit
ffd54de53b
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ public class AsmTextEditor extends StatusTextEditor {
|
||||||
setDocumentProvider(CUIPlugin.getDefault().getDocumentProvider());
|
setDocumentProvider(CUIPlugin.getDefault().getDocumentProvider());
|
||||||
setRangeIndicator(new DefaultRangeIndicator());
|
setRangeIndicator(new DefaultRangeIndicator());
|
||||||
setPreferenceStore(CUIPlugin.getDefault().getPreferenceStore());
|
setPreferenceStore(CUIPlugin.getDefault().getPreferenceStore());
|
||||||
|
setEditorContextMenuId("#ASMEditorContext"); //$NON-NLS-1$
|
||||||
|
setRulerContextMenuId("#ASMEditorRulerContext"); //$NON-NLS-1$
|
||||||
|
//setOutlinerContextMenuId("#CEditorOutlinerContext"); //$NON-NLS-1$
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* The <code>TextEditor</code> implementation of this
|
* The <code>TextEditor</code> implementation of this
|
||||||
|
|
Loading…
Add table
Reference in a new issue