mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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
|
||||
The 'Auto-Refresh' preferences were moved to the code plugin. Changed the preference
|
||||
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
|
||||
EnableBreakpoint.label=T&oggle Breakpoint
|
||||
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...
|
||||
ManageWatchpointAction.label=Add C/C++ &Watchpoint...
|
||||
AddExpressionAction.label=Add C/C++ &Expression...
|
||||
GlobalManageWatchpointAction.label=Add &Watchpoint (C/C++)...
|
||||
AddExpressionAction.label=Add &Expression...
|
||||
GlobalAddExpressionAction.label=Add &Expression (C/C++)...
|
||||
AddAddressBreakpointAction.label=Add &Address Breakpoint...
|
||||
RunToLineAction.label=Run To C/C++ &Line
|
||||
JumpToLineAction.label=Resume At C/C++ Li&ne
|
||||
RunToLineAction.label=Run To &Line
|
||||
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.tooltip=Show Full Paths
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
enablesFor="1"
|
||||
icon="icons/full/elcl16/jump_co.gif"
|
||||
helpContextId="jump_to_line_action_context"
|
||||
label="%JumpToLineAction.label"
|
||||
label="%GlobalJumpToLineAction.label"
|
||||
menubarPath="org.eclipse.ui.run/stepGroup">
|
||||
<enablement>
|
||||
<pluginState
|
||||
|
@ -165,7 +165,7 @@
|
|||
enablesFor="1"
|
||||
icon="icons/full/elcl16/runtoline_co.gif"
|
||||
helpContextId="run_to_line_action_context"
|
||||
label="%RunToLineAction.label"
|
||||
label="%GlobalRunToLineAction.label"
|
||||
menubarPath="org.eclipse.ui.run/stepGroup">
|
||||
<enablement>
|
||||
<pluginState
|
||||
|
@ -192,7 +192,7 @@
|
|||
</enablement>
|
||||
</action>
|
||||
<action
|
||||
label="%ManageBreakpointAction.label"
|
||||
label="%GlobalManageBreakpointAction.label"
|
||||
icon="icons/full/obj16/brkp_obj.gif"
|
||||
helpContextId="manage_breakpoint_action_context"
|
||||
class="org.eclipse.cdt.debug.internal.ui.actions.ManageBreakpointActionDelegate"
|
||||
|
@ -221,7 +221,7 @@
|
|||
</enablement>
|
||||
</action>
|
||||
<action
|
||||
label="%ManageWatchpointAction.label"
|
||||
label="%GlobalManageWatchpointAction.label"
|
||||
icon="icons/full/obj16/readwrite_obj.gif"
|
||||
helpContextId="manage_watchpoint_action_context"
|
||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddWatchpointActionDelegate"
|
||||
|
@ -236,7 +236,7 @@
|
|||
</enablement>
|
||||
</action>
|
||||
<action
|
||||
label="%AddExpressionAction.label"
|
||||
label="%GlobalAddExpressionAction.label"
|
||||
icon="icons/full/obj16/expression_obj.gif"
|
||||
helpContextId="add_expression_action_context"
|
||||
class="org.eclipse.cdt.debug.internal.ui.actions.AddExpressionActionDelegate"
|
||||
|
|
Loading…
Add table
Reference in a new issue