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:
parent
4d0a95ad49
commit
e248471b54
1 changed files with 5 additions and 0 deletions
|
@ -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" >
|
||||
|
|
Loading…
Add table
Reference in a new issue