1
0
Fork 0
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:
Mikhail Khodjaiants 2002-09-19 21:39:15 +00:00
parent c0691323a6
commit 1bd7e22639

View file

@ -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"