Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] Adding Another option to New Wizard doesnt work

Hi Hemant,

Just go and add a new Category which is an Option under
org.eclipse.ui.newWizards.

All all the New Wizards under this Category..i.e. Point the category
Propety of Wizard to this newly created category.

I will appear as u have mention.

Just try it...

Cheers.

Nitin

-----Original Message-----
From: Hemant Jaggi [mailto:hemant_kumar_jaggi@xxxxxxxxx] 
Sent: Wednesday, June 16, 2004 4:05 PM
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] Adding Another option to New Wizard doesnt work


Hi

I am bit new to Eclipse Plug-In development. I want to
add another option to New Project Wizard.

For eg:

File->New->Project->

Right now it has 3 options, Java, Plug-In development
and Simple.

Say here I want to provide one more option to start
another type of project, how do I go about that.

I am using org.eclipse.ui.newWizards extension points.
I could add a new option to File->New->[XYZ] instead
of selecting existing options. But what I want is, 

File->New->Project->[XYZ] instead of existing 3
options listed above. 

Please someone suggest me how to go about this, or
this not available in eclipse.

Will appreciate quick responses.

Thanks and Regards
Hemant 


		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top