Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Adding new wizards to the file menu
Adding new wizards to the file menu [message #728731] Fri, 23 September 2011 19:41 Go to next message
sajja Phani is currently offline sajja PhaniFriend
Messages: 26
Registered: August 2011
Junior Member
Hi,
I have created an rcp application. I have a plugin for creating a custom project. I added a category too. When I press Ctrl+N the wizard is appearing under the specified category. I want to add this wizard under the File->New->Custom Project of my RCP.

How can it be done through extensions.

--
Thanks
Sajja
Re: Adding new wizards to the file menu [message #729302 is a reply to message #728731] Sun, 25 September 2011 20:06 Go to previous message
sajja Phani is currently offline sajja PhaniFriend
Messages: 26
Registered: August 2011
Junior Member
I tried with the following and it worked for me:


    [1] Created a command in menu
    [2] set the command id org.eclipse.ui.newWizard
    [3] add a parameter
    [4] set name to newWizardId
    [5] value to id of the wizard.



I didn't find any other approach.
Previous Topic:Overlapping toolbar icons
Next Topic:hiding file search page
Goto Forum:
  


Current Time: Fri Apr 19 08:58:34 GMT 2024

Powered by FUDForum. Page generated in 0.01688 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top