Skip to content

Commit a2afce3

Browse files
raghunandana.murthapraghucssit
raghunandana.murthap
authored andcommitted
Remove ToggleInstructionStepModeCommand from Run Menu and Main Toolbar.
ToggleInstructionStepModeCommand is contributed in too many places. We can remove it from Main Toolbar and Run Command. see #1142
1 parent 04105c2 commit a2afce3

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

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

-38
Original file line numberDiff line numberDiff line change
@@ -1294,44 +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-
label="%ToggleInstructionStepModeAction.label"
1306-
style="toggle"
1307-
tooltip="%ToggleInstructionStepModeAction.tooltip">
1308-
<visibleWhen
1309-
checkEnabled="false">
1310-
<test
1311-
property="org.eclipse.cdt.debug.ui.isCDTDebugging">
1312-
</test>
1313-
</visibleWhen>
1314-
</command>
1315-
</menuContribution>
1316-
<menuContribution
1317-
allPopups="false"
1318-
locationURI="toolbar:org.eclipse.debug.ui.main.toolbar?after=renderGroup">
1319-
<command
1320-
commandId="org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeCommand"
1321-
disabledIcon="icons/dlcl16/instr_step.gif"
1322-
helpContextId="toggle_instruction_step_mode_action_context"
1323-
icon="icons/elcl16/instr_step.gif"
1324-
label="%ToggleInstructionStepModeAction.label"
1325-
style="toggle"
1326-
tooltip="%ToggleInstructionStepModeAction.tooltip">
1327-
<visibleWhen
1328-
checkEnabled="false">
1329-
<test
1330-
property="org.eclipse.cdt.debug.ui.isCDTDebugging">
1331-
</test>
1332-
</visibleWhen>
1333-
</command>
1334-
</menuContribution>
13351297
<menuContribution
13361298
allPopups="false"
13371299
locationURI="toolbar:org.eclipse.debug.ui.VariableView?after=additions">

0 commit comments

Comments
 (0)