Getting chosen project type from an MBS custom page [message #1006491] |
Thu, 31 January 2013 08:48  |
Eclipse User |
|
|
|
Hi,
I've have posted this on the cdt developers list (when I didn't get an answer to another question on this forum, someone suggested I try on the developers list). I suppose it's not the correct place to ask because I didn't get an answer after 9 days.
Anyway, here is my question:
I have extended the New C Project wizard using org.eclipse.cdt.managedbuilder.ui.newWizardPages. I have created several custom pages for entering user parameters and all works well.
All I want to do is get the project type from the new C project first page.
I have seen, when studying CDTConfigWizardPage (the class of the new C Project wizard's 2nd page):
IProjectType pt = handler.getProjectType();
where handler is the MBSWizardHandler passed to the CDTConfigWizardPage's constructor.
How can I get this handler in one of my custom pages?
Thanks in advance,
Antony
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03415 seconds