Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Adding pages to the New Project Wizard


--
Derek
Hi,

I am adding some pages to the new project wizard, as described in the MBS
extensibility document (CDT3.1 edition). I have some questions:

- Do the projectTypeID/toolChainID/natureID elements do anything? I have added a
projectType to my extension definition, but it seems to have no effect. If not,
how can I ensure my pages only appear for valid project types?

- I have subclassed MBSCustomPage to create my pages. The no-parameters
constructor is deprecated, but that is the only constructor that is called. Is
this a bug?

- The canFlipToNextPage() method is never called. Instead getNextPage() and
getPreviousPage() methods are called. Is this a bug?

- I have added a single page. I am returning null from getNextPage() (by called
MBSCustomPagemanager.getNextPage(), but the "Next" button is still enabled. Is
this a bug? If not, how is it meant to work?

Thanks,


Back to the top