Custom Project Plugin [message #63176] |
Wed, 11 May 2005 16:38 |
Eclipse User |
|
|
|
Originally posted by: sql_1.hotmail.com
If this is the wrong NG please let me know, I am new to eclipse.
I have a custom project plugin and would like it to show up under File >>
New Project and have a Forms Forms Design Category instead it shows up as a
child node under "Other".
Any help woould be appreciated.
Here is is the snippet for plugin.xml
<extension point="org.eclipse.ui.newWizards">
<wizard class="net.monoworks.core.ui.NewFormsProjectWizard"
category="Forms Design"
project="true"
name="New Forms Project"
id="net.monoworks.core.ui.newformsprojectwizard"/>
</extension>
|
|
|
Powered by
FUDForum. Page generated in 0.08100 seconds