mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Bug #181025: group main menu items
This commit is contained in:
parent
3dcc5c98d1
commit
496cefed36
2 changed files with 14 additions and 5 deletions
|
@ -21,8 +21,9 @@ WizardNewCCMakeProject.description=Create a new C++ Project which uses a simple
|
|||
WizardConvertMakeProject.name=Convert to a C/C++ Make Project
|
||||
WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile
|
||||
|
||||
ActionMakeCreateTarget.label=Create Make Target...
|
||||
ActionMakeBuildTarget.label=Build Make Target...
|
||||
Make.Target.label=Make Target
|
||||
ActionMakeCreateTarget.label=Create...
|
||||
ActionMakeBuildTarget.label=Build...
|
||||
|
||||
ActionMakeUpdate.label=Update Old Make Project...
|
||||
ActionMakeUpdate.tooltip=Update Old Make Project
|
||||
|
|
|
@ -301,11 +301,19 @@
|
|||
<actionSet
|
||||
label="%ActionSetMake.label"
|
||||
id="org.eclipse.cdt.make.ui.makeTargetActionSet">
|
||||
<menu
|
||||
id="org.eclipse.cdt.make.ui.prjmenu"
|
||||
label="%Make.Target.label"
|
||||
path="project/additions">
|
||||
<groupMarker
|
||||
name="gm1">
|
||||
</groupMarker>
|
||||
</menu>
|
||||
<action
|
||||
definitionId="org.eclipse.cdt.make.ui.targetBuildCommand"
|
||||
label="%ActionMakeBuildTarget.label"
|
||||
class="org.eclipse.cdt.make.ui.actions.BuildTargetAction"
|
||||
menubarPath="project/additions"
|
||||
menubarPath="project/org.eclipse.cdt.make.ui.prjmenu/gm1"
|
||||
enablesFor="1"
|
||||
id="org.eclipse.cdt.make.ui.makeTargetAction">
|
||||
<enablement>
|
||||
|
@ -326,7 +334,7 @@
|
|||
definitionId="org.eclipse.cdt.make.ui.targetCreateCommand"
|
||||
label="%ActionMakeCreateTarget.label"
|
||||
class="org.eclipse.cdt.make.ui.actions.CreateTargetAction"
|
||||
menubarPath="project/additions"
|
||||
menubarPath="project/org.eclipse.cdt.make.ui.prjmenu/gm1"
|
||||
enablesFor="1"
|
||||
id="org.eclipse.cdt.make.ui.createTargetAction">
|
||||
<enablement>
|
||||
|
|
Loading…
Add table
Reference in a new issue