[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] MBS custom wizard pages

Hi all,
as already stated in another post I am using a custom wizard page for my own toolchain. Now I have the problem that the C/C++ new project wizard allows the user to click finish right on the first wizard page after selecting a toolchain, template etc. As custom pages are not created at that moment (they only appear after the configuration page is shown) they are neither asked whether the wizard can be finished nor what they have to contribute to the newly created project. In short words: when theuser clicks 'Finish' on the main page the project is created with some default settings. Unfortunately, my project types _must_ be created with the settings from my custom pages. There exists no meaningful default, but the user _must_ process this page. How can I accomplish that?
And please do not point me to the 'operationClass' for my custom page. I am aware of that, but this is called if and only if the page has been created before. And this is the case only if the user went at least forth to the configuration page.


I appreciate any help.

Andreas