Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Removal of "New new Wizard"

Good idea, here is the list

org.eclipse.cdt.ui:
 - Removal of classes NewCDTProjectWizard, ProjectTypePage, TemplateSelectionPage
 - Removal of extension point projectTypePages
org.eclipse.cdt.managedbuilder.ui:
 - Removal of class ToolChainSelectionPage (was used by NewCDTProjectWizard only)

Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Marc Khouzam [marc.khouzam@xxxxxxxxxxxx]
Sent: Tuesday, 08 December 2015 12:52 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Removal of "New new Wizard"

You may want to list the APIs that will go away so people can have an idea of the impact. That list is necessary anyway for the N&N that needs to document all API changed for CDT 9.0.

BR,
Marc

From: Marc-André Laperle
Sent: Dec 7, 2015 10:41 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Removal of "New new Wizard"

Hi,

I made a patch to remove a "new project" wizard prototype that never ended up being used in CDT. Some classes and extension points are public which makes this change API breaking so I'd like to give the chance to anyone who might be using this API to speak up before it is removed.

The patch is here: https://git.eclipse.org/r/#/c/62051/

Thank you,
Marc-Andre

Back to the top