mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Bug #181025: hide CDT menus for not-CDT projects
This commit is contained in:
parent
335151f5f3
commit
8d4317aea6
2 changed files with 11 additions and 5 deletions
|
@ -89,10 +89,11 @@
|
|||
name="gm1">
|
||||
</groupMarker>
|
||||
</menu>
|
||||
<!--filter
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.make.core.makeNature">
|
||||
</filter-->
|
||||
<visibility>
|
||||
<objectState
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||
</visibility>
|
||||
</objectContribution>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
|
@ -855,7 +855,12 @@
|
|||
name="gm1">
|
||||
</groupMarker>
|
||||
</menu>
|
||||
|
||||
|
||||
<visibility>
|
||||
<objectState
|
||||
name="projectNature"
|
||||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||
</visibility>
|
||||
</objectContribution>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue