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:
parent
a677717aa3
commit
1b8740f2d3
2 changed files with 4 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue