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

Bug#181025: group context menus

This commit is contained in:
Oleg Krasilnikov 2007-04-09 05:52:35 +00:00
parent 2d8f4698f2
commit 7131918a4a
2 changed files with 12 additions and 2 deletions

View file

@ -76,3 +76,5 @@ CDTPathSymbolsProperty.name=C/C++ Project paths and symbols
Includes=Includes
Symbols=Symbols
# menu label
Make.targets.menu=Make targets

View file

@ -70,17 +70,25 @@
<action
label="%ActionMakeBuildTarget.label"
class="org.eclipse.cdt.make.ui.actions.BuildTargetAction"
menubarPath="buildGroup"
menubarPath="org.eclipse.cdt.make.ui.menu/gm1"
enablesFor="1"
id="org.eclipse.cdt.make.ui.NavigatorBuildTargetAction">
</action>
<action
label="%ActionMakeCreateTarget.label"
class="org.eclipse.cdt.make.ui.actions.CreateTargetAction"
menubarPath="buildGroup"
menubarPath="org.eclipse.cdt.make.ui.menu/gm1"
enablesFor="1"
id="org.eclipse.cdt.make.ui.CViewCreateTargetAction">
</action>
<menu
id="org.eclipse.cdt.make.ui.menu"
label="%Make.targets.menu"
path="buildGroup">
<groupMarker
name="gm1">
</groupMarker>
</menu>
<!--filter
name="projectNature"
value="org.eclipse.cdt.make.core.makeNature">