Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] [CDT 5.0 MBS UI enhancements] intermingle their wizard pages amidst the ones defined in MBS

This is not possible for CDT 5.0. It is a feature I thought of adding eventually when I created the custom wizard pages system but I haven't spent a lot of time trying to figure out how to do it. I would suggest filing an enhancement request in Bugzilla.

One thing you might try is creating a new wizard which extends the CDT one. This can be tricky because not all of the wizard is really considered public API, but you might be able to hack something together in the meantime.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt

Inactive hide details for Samuel JUDITH <samuel.judith@xxxxxxxxxxxxxxxx>Samuel JUDITH <samuel.judith@xxxxxxxxxxxxxxxx>


          Samuel JUDITH <samuel.judith@xxxxxxxxxxxxxxxx>
          Sent by: cdt-dev-bounces@xxxxxxxxxxx

          05/16/2008 07:44 AM

          Please respond to
          "CDT General developers list." <cdt-dev@xxxxxxxxxxx>

To

cdt-dev@xxxxxxxxxxx

cc


Subject

[cdt-dev] [CDT 5.0 MBS UI enhancements] intermingle their wizard pages amidst the ones defined in MBS

Hi,
I am working on a CDT plugin to extend MBS with new wizard pages custom
by using the extension point
org.eclipse.cdt.managedbuilder.ui.newWizardPages.

By default, the ones pages are theses of CDT, eg the wizard page with
project name, project type and toolchains and the wizard page with
configurations.

Do you know if it's possible to change this ordering of the wizard pages
to display first my custom page ?? and how to proceed ?

Indeed , I read the plan of the CDT 5.0 that there will be some MBS
enhancements.

Will the CDT 5.0 allow to customize this ordering for my product ?

Thanks much,
Samuel


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

GIF image

GIF image

GIF image


Back to the top