Skip to main content

[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

> 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


Back to the top