mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
Implementation of 'Run To Line' action.
This commit is contained in:
parent
c0691323a6
commit
1bd7e22639
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
||||||
<viewerContribution
|
<viewerContribution
|
||||||
targetID="#CEditorRulerContext"
|
targetID="#CEditorRulerContext"
|
||||||
id="org.eclipse.cdt.debug.ui.CEditorRulerActions">
|
id="org.eclipse.cdt.debug.ui.CEditorRulerActions">
|
||||||
|
<!--
|
||||||
<action
|
<action
|
||||||
label="%RunToLineAction.label"
|
label="%RunToLineAction.label"
|
||||||
icon="icons/full/clcl16/runtoline_co.gif"
|
icon="icons/full/clcl16/runtoline_co.gif"
|
||||||
|
@ -214,6 +215,7 @@
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.internal.ui.actions.RunToLineRulerActionDelegate">
|
id="org.eclipse.cdt.debug.internal.ui.actions.RunToLineRulerActionDelegate">
|
||||||
</action>
|
</action>
|
||||||
|
-->
|
||||||
<action
|
<action
|
||||||
label="%BreakpointProperties.label"
|
label="%BreakpointProperties.label"
|
||||||
helpContextId="breakpoint_properties_action_context"
|
helpContextId="breakpoint_properties_action_context"
|
||||||
|
|
Loading…
Add table
Reference in a new issue