mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
added create target of IContainer
This commit is contained in:
parent
02de2c9788
commit
03851f0932
1 changed files with 7 additions and 0 deletions
|
@ -112,6 +112,13 @@
|
|||
enablesFor="1"
|
||||
id="org.eclipse.cdt.make.ui.NavigatorBuildTargetAction">
|
||||
</action>
|
||||
<action
|
||||
label="%ActionMakeCreateTarget.label"
|
||||
class="org.eclipse.cdt.make.ui.actions.CreateTargetAction"
|
||||
menubarPath="additions"
|
||||
enablesFor="1"
|
||||
id="org.eclipse.cdt.make.ui.CViewCreateTargetAction">
|
||||
</action>
|
||||
<filter
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.make.core.makeNature">
|
||||
|
|
Loading…
Add table
Reference in a new issue