mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug#181025: group context menus
This commit is contained in:
parent
2d8f4698f2
commit
7131918a4a
2 changed files with 12 additions and 2 deletions
|
@ -76,3 +76,5 @@ CDTPathSymbolsProperty.name=C/C++ Project paths and symbols
|
||||||
|
|
||||||
Includes=Includes
|
Includes=Includes
|
||||||
Symbols=Symbols
|
Symbols=Symbols
|
||||||
|
# menu label
|
||||||
|
Make.targets.menu=Make targets
|
|
@ -70,17 +70,25 @@
|
||||||
<action
|
<action
|
||||||
label="%ActionMakeBuildTarget.label"
|
label="%ActionMakeBuildTarget.label"
|
||||||
class="org.eclipse.cdt.make.ui.actions.BuildTargetAction"
|
class="org.eclipse.cdt.make.ui.actions.BuildTargetAction"
|
||||||
menubarPath="buildGroup"
|
menubarPath="org.eclipse.cdt.make.ui.menu/gm1"
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
id="org.eclipse.cdt.make.ui.NavigatorBuildTargetAction">
|
id="org.eclipse.cdt.make.ui.NavigatorBuildTargetAction">
|
||||||
</action>
|
</action>
|
||||||
<action
|
<action
|
||||||
label="%ActionMakeCreateTarget.label"
|
label="%ActionMakeCreateTarget.label"
|
||||||
class="org.eclipse.cdt.make.ui.actions.CreateTargetAction"
|
class="org.eclipse.cdt.make.ui.actions.CreateTargetAction"
|
||||||
menubarPath="buildGroup"
|
menubarPath="org.eclipse.cdt.make.ui.menu/gm1"
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
id="org.eclipse.cdt.make.ui.CViewCreateTargetAction">
|
id="org.eclipse.cdt.make.ui.CViewCreateTargetAction">
|
||||||
</action>
|
</action>
|
||||||
|
<menu
|
||||||
|
id="org.eclipse.cdt.make.ui.menu"
|
||||||
|
label="%Make.targets.menu"
|
||||||
|
path="buildGroup">
|
||||||
|
<groupMarker
|
||||||
|
name="gm1">
|
||||||
|
</groupMarker>
|
||||||
|
</menu>
|
||||||
<!--filter
|
<!--filter
|
||||||
name="projectNature"
|
name="projectNature"
|
||||||
value="org.eclipse.cdt.make.core.makeNature">
|
value="org.eclipse.cdt.make.core.makeNature">
|
||||||
|
|
Loading…
Add table
Reference in a new issue