mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 07:25:23 +02:00
bug 309579: Organize build items in context menu
removed Build All Configurations item which did not appear in the menu (neither in CDT 5.0 nor in 6.0)
This commit is contained in:
parent
10f32a5843
commit
5dcf417442
1 changed files with 0 additions and 30 deletions
|
@ -150,36 +150,6 @@
|
||||||
</visibility>
|
</visibility>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
|
||||||
point="org.eclipse.ui.actionSets">
|
|
||||||
<actionSet
|
|
||||||
id="org.eclipse.cdt.managedbuilder.ui.BuildAllActionSet"
|
|
||||||
label="%BuildCfgMenu.label">
|
|
||||||
<!-- Note: The menu (re-) definition has to be here due to bug: -->
|
|
||||||
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=15670 -->
|
|
||||||
<menu
|
|
||||||
id="org.eclipse.cdt.ui.prjmenu"
|
|
||||||
label="%Configurations.menu"
|
|
||||||
path="project/build">
|
|
||||||
<groupMarker
|
|
||||||
name="gm1">
|
|
||||||
</groupMarker>
|
|
||||||
<separator
|
|
||||||
name="s2">
|
|
||||||
</separator>
|
|
||||||
<groupMarker
|
|
||||||
name="gm2">
|
|
||||||
</groupMarker>
|
|
||||||
</menu>
|
|
||||||
<action
|
|
||||||
class="org.eclipse.cdt.managedbuilder.internal.ui.actions.BuildAllAction"
|
|
||||||
enablesFor="+"
|
|
||||||
id="org.eclipse.cdt.managedbuilder.ui.buildAllAction0"
|
|
||||||
label="%BuildMenu.label"
|
|
||||||
menubarPath="project/org.eclipse.cdt.ui.prjmenu/gm1"
|
|
||||||
style="pulldown"/>
|
|
||||||
</actionSet>
|
|
||||||
</extension>
|
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.perspectiveExtensions">
|
point="org.eclipse.ui.perspectiveExtensions">
|
||||||
<perspectiveExtension targetID="org.eclipse.cdt.ui.CPerspective">
|
<perspectiveExtension targetID="org.eclipse.cdt.ui.CPerspective">
|
||||||
|
|
Loading…
Add table
Reference in a new issue