mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +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">
|
name="gm1">
|
||||||
</groupMarker>
|
</groupMarker>
|
||||||
</menu>
|
</menu>
|
||||||
<!--filter
|
<visibility>
|
||||||
|
<objectState
|
||||||
name="projectNature"
|
name="projectNature"
|
||||||
value="org.eclipse.cdt.make.core.makeNature">
|
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||||
</filter-->
|
</visibility>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
|
@ -856,6 +856,11 @@
|
||||||
</groupMarker>
|
</groupMarker>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
<visibility>
|
||||||
|
<objectState
|
||||||
|
name="projectNature"
|
||||||
|
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature"/>
|
||||||
|
</visibility>
|
||||||
</objectContribution>
|
</objectContribution>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue