mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
[258284] Move ToggleDebugging button from Workbench toolbar to Debug View toolbar.
This commit is contained in:
parent
1b47ae84ce
commit
7badf2d053
1 changed files with 14 additions and 18 deletions
|
@ -272,9 +272,7 @@
|
|||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
|
||||
<toolbar
|
||||
id="org.eclipse.cdt.dsf.gdb.ui.toolbars.reverseDebuggingToolbar">
|
||||
locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=additions">
|
||||
<command
|
||||
commandId="org.eclipse.cdt.dsf.gdb.ui.commands.reverseToggle"
|
||||
icon="icons/full/obj16/reversetoggle.gif"
|
||||
|
@ -288,8 +286,6 @@
|
|||
</reference>
|
||||
</visibleWhen>
|
||||
</command>
|
||||
</toolbar>
|
||||
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
locationURI="toolbar:org.eclipse.debug.ui.DebugView?after=threadGroup">
|
||||
|
|
Loading…
Add table
Reference in a new issue