mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Remove ToggleInstructionStepModeCommand from Run Menu and Main Toolbar.
As ToggleInstructionStepModeCommand is contributed in too many places. We can remove it from Main Toolbar and Run Command. see https://github.com/eclipse-cdt/cdt/issues/1142
This commit is contained in:
parent
04105c2457
commit
a926d7f8f4
1 changed files with 0 additions and 38 deletions
|
@ -1294,44 +1294,6 @@
|
|||
</visibleWhen>
|
||||
</command>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
allPopups="false"
|
||||
locationURI="menu:org.eclipse.ui.run?endof=stepGroup">
|
||||
<command
|
||||
commandId="org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeCommand"
|
||||
disabledIcon="icons/dlcl16/instr_step.gif"
|
||||
helpContextId="toggle_instruction_step_mode_action_context"
|
||||
icon="icons/elcl16/instr_step.gif"
|
||||
label="%ToggleInstructionStepModeAction.label"
|
||||
style="toggle"
|
||||
tooltip="%ToggleInstructionStepModeAction.tooltip">
|
||||
<visibleWhen
|
||||
checkEnabled="false">
|
||||
<test
|
||||
property="org.eclipse.cdt.debug.ui.isCDTDebugging">
|
||||
</test>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
allPopups="false"
|
||||
locationURI="toolbar:org.eclipse.debug.ui.main.toolbar?after=renderGroup">
|
||||
<command
|
||||
commandId="org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeCommand"
|
||||
disabledIcon="icons/dlcl16/instr_step.gif"
|
||||
helpContextId="toggle_instruction_step_mode_action_context"
|
||||
icon="icons/elcl16/instr_step.gif"
|
||||
label="%ToggleInstructionStepModeAction.label"
|
||||
style="toggle"
|
||||
tooltip="%ToggleInstructionStepModeAction.tooltip">
|
||||
<visibleWhen
|
||||
checkEnabled="false">
|
||||
<test
|
||||
property="org.eclipse.cdt.debug.ui.isCDTDebugging">
|
||||
</test>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
allPopups="false"
|
||||
locationURI="toolbar:org.eclipse.debug.ui.VariableView?after=additions">
|
||||
|
|
Loading…
Add table
Reference in a new issue