1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 228378 - Project Explorer: Convert to C/C++ wizard should not show

up in non-C perspective
This commit is contained in:
Vivian Kong 2012-11-01 16:13:50 -04:00
parent 4d0a95ad49
commit e248471b54

View file

@ -167,6 +167,11 @@
wizardId="org.eclipse.cdt.ui.wizards.ConvertToMakeWizard">
<enablement>
<and>
<with variable="activeWorkbenchWindow.activePerspective">
<equals
value="org.eclipse.cdt.ui.CPerspective">
</equals>
</with>
<adapt type="org.eclipse.core.resources.IProject" />
<not>
<adapt type="org.eclipse.core.resources.IProject" >