mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view.
This commit is contained in:
parent
9779911ecc
commit
2162c8b56f
2 changed files with 17 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-06-10 Mikhail Khodjaiants
|
||||||
|
Bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view.
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2005-06-10 Mikhail Khodjaiants
|
2005-06-10 Mikhail Khodjaiants
|
||||||
Bug 81353: automatically opening of the disassembly window.
|
Bug 81353: automatically opening of the disassembly window.
|
||||||
* ToggleInstructionStepModeActionDelegate.java
|
* ToggleInstructionStepModeActionDelegate.java
|
||||||
|
|
|
@ -691,13 +691,20 @@
|
||||||
</and>
|
</and>
|
||||||
</visibility>
|
</visibility>
|
||||||
<action
|
<action
|
||||||
helpContextId="jump_to_line_action_context"
|
|
||||||
enablesFor="1"
|
|
||||||
label="%JumpToLineAction.label"
|
|
||||||
icon="icons/elcl16/jump_co.gif"
|
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ResumeAtLineActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ResumeAtLineActionDelegate"
|
||||||
menubarPath="additions"
|
enablesFor="1"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.JumpToLineActionDelegate"/>
|
helpContextId="jump_to_line_action_context"
|
||||||
|
icon="icons/elcl16/jump_co.gif"
|
||||||
|
id="org.eclipse.cdt.debug.ui.resumeAtLineAction"
|
||||||
|
label="%JumpToLineAction.label"
|
||||||
|
menubarPath="additions"/>
|
||||||
|
<action
|
||||||
|
class="org.eclipse.debug.ui.actions.RunToLineActionDelegate"
|
||||||
|
definitionId="org.eclipse.debug.ui.commands.RunToLine"
|
||||||
|
helpContextId="run_to_line_action_context"
|
||||||
|
id="org.eclipse.cdt.debug.ui.runToLineAction"
|
||||||
|
label="%RunToLineAction.label"
|
||||||
|
menubarPath="additions"/>
|
||||||
</viewerContribution>
|
</viewerContribution>
|
||||||
<objectContribution
|
<objectContribution
|
||||||
objectClass="org.eclipse.cdt.debug.core.model.ICModule"
|
objectClass="org.eclipse.cdt.debug.core.model.ICModule"
|
||||||
|
|
Loading…
Add table
Reference in a new issue