diff --git a/NewAndNoteworthy/CDT-12.0.md b/NewAndNoteworthy/CDT-12.0.md index 18dec3cc911..13adaf94504 100644 --- a/NewAndNoteworthy/CDT-12.0.md +++ b/NewAndNoteworthy/CDT-12.0.md @@ -14,6 +14,21 @@ CDT's native components will likely work with older versions of glibc too, assum # Managed Build +## New *C Project* and new *C++ Project* available via *New C/C++ Project* wizard + +The separate new C and C++ project wizards are now exclusively available via the *New C/C++ Project* wizard. +From the second page of *New C/C++ Project* wizard select *C Managed Build* to access the *New C Project* wizard and select *C++ Managed Build* to access the *New C++ Project* wizard. + +See [Issue #965](https://github.com/eclipse-cdt/cdt/issues/965) for additional details, including how to restore these menu entries if your Eclipse CDT product depends on it. + +## New *Makefile Project with Existing Code* available via *Existing Code as Makefile Project* import wizard + +The *Makefile Project with Existing Code* wizard is no longer available in the new project wizard. +For users who need it, it remains available in the *Existing Code as Makefile Project* import wizard. +Most users should be using the *Makefile project* type in the *New C/C++ Project* wizard. + +See [Issue #965](https://github.com/eclipse-cdt/cdt/issues/965) for additional details, including how to restore these menu entries if your Eclipse CDT product depends on it. + ## Other objects for GNU archive files The managed build system now provides an option to specify other object files to be included when building GNU archive files: diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties index 1ab240aa55e..cfedb14b64c 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties @@ -80,8 +80,6 @@ WizardConvertMakeProject.description=Convert to a C/C++ Project WizardMakeProjFromExisting.name=Existing Code as Makefile Project WizardMakeProjFromExisting.description=Create a new Makefile project in a directory containing existing code -NewMakeFromExisting.name=Makefile Project with Existing Code - Tool.settings=Tool Settings Build.steps=Build Steps Build.artifact=Build Artifact diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml index 8af3dec2afd..011d2fd6473 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml +++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml @@ -279,18 +279,6 @@ class="org.eclipse.core.resources.IProject"> - - - %WizardMakeProjFromExisting.description - - %NewWizards.class.description - - - - %CPPproject.desc - - - - - %Cproject.desc -