Skip to content

Commit 3e4a9d5

Browse files
committed
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 #1142
1 parent 8786db3 commit 3e4a9d5

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

debug/org.eclipse.cdt.debug.ui/plugin.xml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,46 +1294,6 @@
12941294
</visibleWhen>
12951295
</command>
12961296
</menuContribution>
1297-
<menuContribution
1298-
allPopups="false"
1299-
locationURI="menu:org.eclipse.ui.run?endof=stepGroup">
1300-
<command
1301-
commandId="org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeCommand"
1302-
disabledIcon="icons/dlcl16/instr_step.gif"
1303-
helpContextId="toggle_instruction_step_mode_action_context"
1304-
icon="icons/elcl16/instr_step.gif"
1305-
id="main.run.menu:org.eclipse.cdt.debug.ui.ToggleInstructionStepModeCommand"
1306-
label="%ToggleInstructionStepModeAction.label"
1307-
style="toggle"
1308-
tooltip="%ToggleInstructionStepModeAction.tooltip">
1309-
<visibleWhen
1310-
checkEnabled="false">
1311-
<test
1312-
property="org.eclipse.cdt.debug.ui.isCDTDebugging">
1313-
</test>
1314-
</visibleWhen>
1315-
</command>
1316-
</menuContribution>
1317-
<menuContribution
1318-
allPopups="false"
1319-
locationURI="toolbar:org.eclipse.debug.ui.main.toolbar?after=renderGroup">
1320-
<command
1321-
commandId="org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeCommand"
1322-
disabledIcon="icons/dlcl16/instr_step.gif"
1323-
helpContextId="toggle_instruction_step_mode_action_context"
1324-
icon="icons/elcl16/instr_step.gif"
1325-
id="main.toolbar:org.eclipse.cdt.debug.ui.ToggleInstructionStepModeCommand"
1326-
label="%ToggleInstructionStepModeAction.label"
1327-
style="toggle"
1328-
tooltip="%ToggleInstructionStepModeAction.tooltip">
1329-
<visibleWhen
1330-
checkEnabled="false">
1331-
<test
1332-
property="org.eclipse.cdt.debug.ui.isCDTDebugging">
1333-
</test>
1334-
</visibleWhen>
1335-
</command>
1336-
</menuContribution>
13371297
<menuContribution
13381298
allPopups="false"
13391299
locationURI="toolbar:org.eclipse.debug.ui.VariableView?after=additions">

0 commit comments

Comments
 (0)