mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 23:45:23 +02:00
Changed the labels of the C/C++ specific actions.
This commit is contained in:
parent
e31f920f10
commit
696b775d09
3 changed files with 18 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-04-01 Mikhail Khodjaiants
|
||||||
|
Changed the labels of the C/C++ specific actions.
|
||||||
|
* plugin.properties
|
||||||
|
* plugin.xml
|
||||||
|
|
||||||
2003-04-01 Mikhail Khodjaiants
|
2003-04-01 Mikhail Khodjaiants
|
||||||
The 'Auto-Refresh' preferences were moved to the code plugin. Changed the preference
|
The 'Auto-Refresh' preferences were moved to the code plugin. Changed the preference
|
||||||
pages for the Registers and Shared Libraries views to reflect this.
|
pages for the Registers and Shared Libraries views to reflect this.
|
||||||
|
|
|
@ -32,13 +32,16 @@ ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
||||||
AddBreakpoint.label=Add/Remove &Breakpoint
|
AddBreakpoint.label=Add/Remove &Breakpoint
|
||||||
EnableBreakpoint.label=T&oggle Breakpoint
|
EnableBreakpoint.label=T&oggle Breakpoint
|
||||||
BreakpointProperties.label=Breakpoint P&roperties...
|
BreakpointProperties.label=Breakpoint P&roperties...
|
||||||
ManageBreakpointAction.label=Add/Remove C/C++ Brea&kpoint
|
GlobalManageBreakpointAction.label=Add/Remove Brea&kpoint (C/C++)
|
||||||
BreakpointPropertiesAction.label=P&roperties...
|
BreakpointPropertiesAction.label=P&roperties...
|
||||||
ManageWatchpointAction.label=Add C/C++ &Watchpoint...
|
GlobalManageWatchpointAction.label=Add &Watchpoint (C/C++)...
|
||||||
AddExpressionAction.label=Add C/C++ &Expression...
|
AddExpressionAction.label=Add &Expression...
|
||||||
|
GlobalAddExpressionAction.label=Add &Expression (C/C++)...
|
||||||
AddAddressBreakpointAction.label=Add &Address Breakpoint...
|
AddAddressBreakpointAction.label=Add &Address Breakpoint...
|
||||||
RunToLineAction.label=Run To C/C++ &Line
|
RunToLineAction.label=Run To &Line
|
||||||
JumpToLineAction.label=Resume At C/C++ Li&ne
|
JumpToLineAction.label=Resume At Li&ne
|
||||||
|
GlobalRunToLineAction.label=Run To &Line (C/C++)
|
||||||
|
GlobalJumpToLineAction.label=Resume At Li&ne (C/C++)
|
||||||
ShowFullPathsAction.label=Show Full Paths
|
ShowFullPathsAction.label=Show Full Paths
|
||||||
ShowFullPathsAction.tooltip=Show Full Paths
|
ShowFullPathsAction.tooltip=Show Full Paths
|
||||||
|
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
icon="icons/full/elcl16/jump_co.gif"
|
icon="icons/full/elcl16/jump_co.gif"
|
||||||
helpContextId="jump_to_line_action_context"
|
helpContextId="jump_to_line_action_context"
|
||||||
label="%JumpToLineAction.label"
|
label="%GlobalJumpToLineAction.label"
|
||||||
menubarPath="org.eclipse.ui.run/stepGroup">
|
menubarPath="org.eclipse.ui.run/stepGroup">
|
||||||
<enablement>
|
<enablement>
|
||||||
<pluginState
|
<pluginState
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
icon="icons/full/elcl16/runtoline_co.gif"
|
icon="icons/full/elcl16/runtoline_co.gif"
|
||||||
helpContextId="run_to_line_action_context"
|
helpContextId="run_to_line_action_context"
|
||||||
label="%RunToLineAction.label"
|
label="%GlobalRunToLineAction.label"
|
||||||
menubarPath="org.eclipse.ui.run/stepGroup">
|
menubarPath="org.eclipse.ui.run/stepGroup">
|
||||||
<enablement>
|
<enablement>
|
||||||
<pluginState
|
<pluginState
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
</enablement>
|
</enablement>
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%ManageBreakpointAction.label"
|
label="%GlobalManageBreakpointAction.label"
|
||||||
icon="icons/full/obj16/brkp_obj.gif"
|
icon="icons/full/obj16/brkp_obj.gif"
|
||||||
helpContextId="manage_breakpoint_action_context"
|
helpContextId="manage_breakpoint_action_context"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointActionDelegate"
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
</enablement>
|
</enablement>
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%ManageWatchpointAction.label"
|
label="%GlobalManageWatchpointAction.label"
|
||||||
icon="icons/full/obj16/readwrite_obj.gif"
|
icon="icons/full/obj16/readwrite_obj.gif"
|
||||||
helpContextId="manage_watchpoint_action_context"
|
helpContextId="manage_watchpoint_action_context"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddWatchpointActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.AddWatchpointActionDelegate"
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
</enablement>
|
</enablement>
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%AddExpressionAction.label"
|
label="%GlobalAddExpressionAction.label"
|
||||||
icon="icons/full/obj16/expression_obj.gif"
|
icon="icons/full/obj16/expression_obj.gif"
|
||||||
helpContextId="add_expression_action_context"
|
helpContextId="add_expression_action_context"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate"
|
||||||
|
|
Loading…
Add table
Reference in a new issue