Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project types

thanks for the information, will set the toolchain / projecttypes and check if the page appears

Regards,
Sheldon

On 10/18/07, Wieant Nielander <wieant@xxxxxxxxx> wrote:
> I have created my custom page with the extension
> org.eclipse.cdt.managedbuilder.ui.newWizardPages. I am confused as to when
> this page is to appear, and how do i set the priority of which page to
> appear first. Currently i am getting a BuildException and stuck
>
> Do i set it in
>
> CDTCommonProjectWizard page addPages function or in the
> ProjectConfigWizardPage setNextPage function

You shouldn't have to programmatically set it, the
  org.eclipse.cdt.managedbuilder.ui.newWizardPages->wizardPage
element allows you to specify specific projectTypes/toolChains for
which the page holds. If you select a template/toolchain that matches
this then the page should automatically appear after the configuration
selection page. I'm not sure how to specify a specific priority,
you might try changing the order in which the pages are defined.

Regards,
  Wieant
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top