1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

[258284] Move ToggleDebugging button from Workbench toolbar to Debug View toolbar.

This commit is contained in:
Marc Khouzam 2009-03-11 14:26:02 +00:00
parent 1b47ae84ce
commit 7badf2d053

View file

@ -272,9 +272,7 @@
<extension <extension
point="org.eclipse.ui.menus"> point="org.eclipse.ui.menus">
<menuContribution <menuContribution
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions"> locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=additions">
<toolbar
id="org.eclipse.cdt.dsf.gdb.ui.toolbars.reverseDebuggingToolbar">
<command <command
commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle" commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
icon="icons/full/obj16/reversetoggle.gif" icon="icons/full/obj16/reversetoggle.gif"
@ -288,8 +286,6 @@
</reference> </reference>
</visibleWhen> </visibleWhen>
</command> </command>
</toolbar>
</menuContribution> </menuContribution>
<menuContribution <menuContribution
locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=threadGroup"> locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=threadGroup">