From 4d0a95ad49218b0a6fa6f5622d98407cb0ab3fe4 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Thu, 1 Nov 2012 15:54:10 -0400 Subject: [PATCH] Bug 228378 - Project Explorer: C project wizards should be only enabled in C perspective or on C elements --- core/org.eclipse.cdt.ui/plugin.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index f9adf2325e0..727ae91b283 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -3767,14 +3767,40 @@ menuGroupId="org.eclipse.cdt.ui.newProject" type="new" wizardId="org.eclipse.cdt.ui.wizards.NewCWizard1"> - + + + + + + + + + + + + + - + + + + + + + + + + + + +