mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint modifiers in ruler popup menu
Switched accelerator mnemonic for Toggle Breakpoint action from "Double Click" to "Shift+Ctrl+B".
This commit is contained in:
parent
b4ca67ad3f
commit
1a0bdf2d5d
3 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,7 @@ ToggleInstructionStepModeAction.tooltip=Instruction Stepping Mode
|
||||||
ShowDebuggerConsoleAction.label=Show Debugger Console
|
ShowDebuggerConsoleAction.label=Show Debugger Console
|
||||||
ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
ShowDebuggerConsoleAction.tooltip=Show Debugger Console On Target Selection
|
||||||
|
|
||||||
AddBreakpoint.label=Toggle &Breakpoint\tDouble Click
|
AddBreakpoint.label=Toggle Brea&kpoint
|
||||||
AddBreakpointInteractive.label=&Add Breakpoint...\tCtrl+Double Click
|
AddBreakpointInteractive.label=&Add Breakpoint...\tCtrl+Double Click
|
||||||
EnableBreakpoint.label=&Toggle Breakpoint Enabled\tShift+Double Click
|
EnableBreakpoint.label=&Toggle Breakpoint Enabled\tShift+Double Click
|
||||||
BreakpointProperties.label=Breakpoint P&roperties...
|
BreakpointProperties.label=Breakpoint P&roperties...
|
||||||
|
|
|
@ -450,6 +450,7 @@
|
||||||
label="%AddBreakpoint.label"
|
label="%AddBreakpoint.label"
|
||||||
helpContextId="manage_breakpoint_action_context"
|
helpContextId="manage_breakpoint_action_context"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.breakpoints.CRulerToggleBreakpointActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.breakpoints.CRulerToggleBreakpointActionDelegate"
|
||||||
|
definitionId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.ui.actions.RulerToggleBreakpointAction">
|
id="org.eclipse.cdt.debug.ui.actions.RulerToggleBreakpointAction">
|
||||||
</action>
|
</action>
|
||||||
|
@ -528,6 +529,7 @@
|
||||||
label="%AddBreakpoint.label"
|
label="%AddBreakpoint.label"
|
||||||
helpContextId="manage_breakpoint_action_context"
|
helpContextId="manage_breakpoint_action_context"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.actions.breakpoints.CRulerToggleBreakpointActionDelegate"
|
class="org.eclipse.cdt.debug.internal.ui.actions.breakpoints.CRulerToggleBreakpointActionDelegate"
|
||||||
|
definitionId="org.eclipse.debug.ui.commands.ToggleBreakpoint"
|
||||||
menubarPath="debug"
|
menubarPath="debug"
|
||||||
id="org.eclipse.cdt.debug.ui.actions.asm.RulerToggleBreakpointAction">
|
id="org.eclipse.cdt.debug.ui.actions.asm.RulerToggleBreakpointAction">
|
||||||
</action>
|
</action>
|
||||||
|
|
|
@ -132,4 +132,4 @@ RetargetResumeAtLineAction.0=The operation is unavailable on the current selecti
|
||||||
CAddBreakpointInteractiveRulerAction_label=&Add Breakpoint...\tCtrl+Double Click
|
CAddBreakpointInteractiveRulerAction_label=&Add Breakpoint...\tCtrl+Double Click
|
||||||
CAddBreakpointInteractiveRulerAction_error_title=Error
|
CAddBreakpointInteractiveRulerAction_error_title=Error
|
||||||
CAddBreakpointInteractiveRulerAction_error_message=Unable to create breakpoint
|
CAddBreakpointInteractiveRulerAction_error_message=Unable to create breakpoint
|
||||||
CRulerToggleBreakpointActionDelegate_label=Toggle Brea&kpoint\tDouble Click
|
CRulerToggleBreakpointActionDelegate_label=Toggle Brea&kpoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue