[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Class name of second page in new project dialog
|
- From: Wieant Nielander <wieant@xxxxxxxxx>
- Date: Fri, 6 Nov 2009 16:13:48 +0100
- Delivered-to: cdt-dev@eclipse.org
- Organization: Altium, BV
- User-agent: Mutt/1.5.18 (2008-05-17)
> i am looking for the class containing the second page when creating a new
> project.
> I searched trough the code, but looks like i am blind.
> The page shows the configurations which an user can choose for the new project.
You might be looking for:
org.eclipse.cdt.managedbuilder.ui.wizards.CDTConfigWizardPage
(we just happen to have removed this page from our new project wizard...)
-- Wieant