[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] How to define a "finalPerspective" for a Plugin Manifest File


Hi...

can anybody answer me that question?

I implemented a Wizard, which enables me to create a PluginProject without using the "newWizard".
If i call the Wizard, it looks for some data, and uses the data to create a pluginProject automaticly.

Now, the Project is created, it should be possible to define the PluginManifest-Editor to open up.
(If u use the new Wizard the PluginManifest-Editor pop up too!)

The only thing i found is the attribute "finalPerspective = org.eclipse.", which have to be defined in the <Wizard>Tag of the wizard plugin.xml !
But it won´t work .. ;(

Please Help...

Manuel


PS:
For the PRO´s underneeth you...
Maybe somebody can tell me, if it is possible to open the PluginManifest-Editor, and swich directly to the "extensoin" page !?