Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » eclipse plugin menu(eclipse plugin menu)
eclipse plugin menu [message #1005056] Thu, 24 January 2013 11:46 Go to next message
Dana Klein is currently offline Dana KleinFriend
Messages: 63
Registered: October 2012
Member
hi,
I want to add to my plugin a shortcut to my wizard.

currently when i click on File>New>Other>MyWizard it opens my MyWizard
now i want to add the menu File>New>MyWizard
how can i do it?

i did managed to get to new Menu Manager through Workbench Window
but not sure how to add my new MyWizard
thanks
Re: eclipse plugin menu [message #1005423 is a reply to message #1005056] Fri, 25 January 2013 11:39 Go to previous message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
Use the extension point <extension point="org.eclipse.ui.perspectiveExtensions"> and add a <newWizardShortcut id="..." /> .

Reset the perspective to get this change.

[Updated on: Mon, 28 January 2013 16:47]

Report message to a moderator

Previous Topic:Auto refresh
Next Topic:Eclipse Plugins - Rename Tab
Goto Forum:
  


Current Time: Fri Apr 26 20:35:01 GMT 2024

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

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

Back to the top