[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] NewManagedCProjectWizard
|
Hello,
I have defined my own project type, I have few commands which I want the
invoke when a new project with this type is created, for this purpose I have
tried to add new page to the new project wizard page which will call my
functions by using "org.eclipse.cdt.managedbuilder.ui.newWizardPages"
extension point, to do so I have to define a page class, when I do that the
class that I have defined run over the original wizard and when I am trying
to create new managed c project nothing happens even the original wizard
doesn't appears, I have tried to define
"org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedCProjectWizard" as the
page class but I get the same outcome. how do I fix this problem? and how I
restricting the new wizard page only to a specific project type? an example
project will be more then welcome.
Thanks
Oren Barzilai