Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Override PropertiesActionProvider in Navigator
Override PropertiesActionProvider in Navigator [message #497707] Fri, 13 November 2009 11:10 Go to next message
Javier is currently offline JavierFriend
Messages: 57
Registered: July 2009
Member
Hello guys.

I'm trying to override the PropertiesActionProvider, which provides the Navigator with the context-menu action "Properties". I did this before with some other actions, the following way:

<actionProvider
class=" es.iactive.studio.navigator.action.providers.StudioPortingAc tionProvider "
id="es.iactive.studio.navigator.action.providers.PortingActions "
overrides="org.eclipse.ui.navigator.resources.PortingActions "
priority="highest">

</actionProvider>

Using the "overrides" in the definition of the ActionProvider. The problem now is that I don't know wich string to put in that "overrides" tag, I haven't found the one for this case.
Does anyone know which ID is?

Thanks!
Re: Override PropertiesActionProvider in Navigator [message #499484 is a reply to message #497707] Mon, 23 November 2009 00:24 Go to previous message
Francis Upton IV is currently offline Francis Upton IVFriend
Messages: 472
Registered: July 2009
Location: Oakland, CA
Senior Member
Here is the id: org.eclipse.ui.navigator.resources.PropertiesActionProvider

They can be found in org.eclipse.ui.navigator.resources/plugin.xml


Previous Topic:Using a java.net.URLConnection with a proxy
Next Topic:Common Navigator Standard Menu Options and Custom Models
Goto Forum:
  


Current Time: Thu Apr 25 19:51:43 GMT 2024

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

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

Back to the top