Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to get ""org.eclipse.ui.navigator.navigatorContent" extension point
How to get ""org.eclipse.ui.navigator.navigatorContent" extension point [message #1713030] Thu, 29 October 2015 21:01 Go to next message
Eclipse UserFriend
I'm working on an exercise requiring extending the "org.eclipse.ui.navigator.navigatorContent" extension point. When I go through the plugin.xml gui to add this, this is not listed in the choices. What do I have to do to make this available?
Re: How to get ""org.eclipse.ui.navigator.navigatorContent" extension poi [message #1713139 is a reply to message #1713030] Sun, 01 November 2015 05:44 Go to previous messageGo to next message
Eclipse UserFriend
Add the plugin that contributes the extension point to the required
plugins of your plugin or uncheck "Show only extension points from the
required plugins".


On 30/10/2015 2:01 AM, David M. Karr wrote:
> I'm working on an exercise requiring extending the
> "org.eclipse.ui.navigator.navigatorContent" extension point. When I
> go through the plugin.xml gui to add this, this is not listed in the
> choices. What do I have to do to make this available?
Re: How to get ""org.eclipse.ui.navigator.navigatorContent" extension poi [message #1713160 is a reply to message #1713139] Sun, 01 November 2015 12:01 Go to previous messageGo to next message
Eclipse UserFriend
And which plugin contributes this extension point, and how would I determine that in general?

So I see that when I uncheck that flag you mention, this extension point shows up, along with the next one I needed to use, which was "org.eclipse.ui.navigator.viewer". It appears that my plugin project can still access plugins that have not been specified in the "Required Plug-ins". Can someone clearly explain what's going on here?

[Updated on: Sun, 01 November 2015 12:01] by Moderator

Re: How to get ""org.eclipse.ui.navigator.navigatorContent" e [message #1713162 is a reply to message #1713160] Sun, 01 November 2015 12:24 Go to previous message
Eclipse UserFriend
Not surprisingly it's org.eclipse.ui.navigator. Yes, you can register
things without requiring the plugin, but many extension points expect
you to provide classes that implement certain interfaces and to do that
you'd need to require the plugin the defines those interfaces; that's
why they aren't all shown by default, because mostly they will need to
be required to actually use the extension point...

On 01/11/2015 6:01 PM, David M. Karr wrote:
> And which plugin contributes this extension point?
>
> So I see that when I uncheck that flag you mention, this extension
> point shows up, along with the next one I needed to use, which was
> "org.eclipse.ui.navigator.viewer". It appears that my plugin project
> can still access plugins that have not been specified in the "Required
> Plug-ins". Can someone clearly explain what's going on here?
Previous Topic:problem with Second Instance
Next Topic:Eclipse Indigo (3.8) does not start with Mac 10.10
Goto Forum:
  


Current Time: Mon Mar 17 08:32:51 EDT 2025

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

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

Back to the top