1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed diassembly editor actions.

This commit is contained in:
Mikhail Khodjaiants 2004-05-28 17:34:16 +00:00
parent a677717aa3
commit 1b8740f2d3
2 changed files with 4 additions and 16 deletions

View file

@ -1,3 +1,7 @@
2004-05-28 Mikhail Khodjaiants
Removed diassembly editor actions.
* plugin.xml
2004-05-27 Mikhail Khodjaiants
Display global variables in the Variables view.
* CDebugImages.java

View file

@ -1085,22 +1085,6 @@
</enablement>
</action>
</editorContribution>
<editorContribution
targetID="org.eclipse.cdt.debug.ui.DisassemblyEditor"
id="org.eclipse.cdt.debug.ui.DisassemblyEditor.BreakpointRulerActions">
<action
label="%Dummy.label"
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointRulerActionDelegate"
actionID="RulerDoubleClick"
id="org.eclipse.cdt.debug.ui.CEditor.ManageBreakpointRulerAction">
<enablement>
<pluginState
value="activated"
id="org.eclipse.cdt.debug.ui">
</pluginState>
</enablement>
</action>
</editorContribution>
</extension>
<extension
point="org.eclipse.cdt.ui.textHovers">