Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » commonWizard shortcut appears only in Project Explorer, not Package Explorer
commonWizard shortcut appears only in Project Explorer, not Package Explorer [message #537506] Wed, 02 June 2010 12:38 Go to next message
Eclipse UserFriend
Hi all,

I have some code in plugin.xml that looks like this:

<extension
point="org.eclipse.ui.navigator.navigatorContent">
<commonWizard
type="new"
wizardId="my.wizard.id">
<enablement>
<instanceof value="org.eclipse.core.resources.IResource"/>
</enablement>
</commonWizard>
</extension>

Now my wizard shortcut appears correctly in the Project Explorer view,
but not at all in the Package Explorer, which is where I want it.
Anyone have any ideas?

Thanks,
Troy Nichols
Re: commonWizard shortcut appears only in Project Explorer, not Package Explorer [message #537507 is a reply to message #537506] Wed, 02 June 2010 12:48 Go to previous message
Eclipse UserFriend
The CommonWizard is only for the Project Explorer. I don't know if the the Package Explorer can be extended in that way, but if so it would be a different mechanism. You should ask in the JDT group (since the Package Explorer is Java-specific).
Previous Topic:Cross-platform update site
Next Topic:Proper way to change file permissions in installed files after a bundle install?
Goto Forum:
  


Current Time: Wed Jul 23 17:47:15 EDT 2025

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

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

Back to the top