Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Figuring out what plugin contributes what UI element
Figuring out what plugin contributes what UI element [message #302655] Wed, 26 April 2006 15:31 Go to next message
Matt Munz is currently offline Matt MunzFriend
Messages: 22
Registered: July 2009
Junior Member
Hi all,

Another newbie question. Is there an easy way to determine what plugin
contributes what UI element? I want to be able to see a menu item or a
wizard page or a view and know what plugin contributed that UI element. I
tried using the plugin search dialog without luck. What I'm doing now is
"Find References" on the extension point, once I figure out what the
extension point is. But then I have to wade through tons of extensions...
What do you all do to locate the source of a UI element?

- Matt
Re: Figuring out what plugin contributes what UI element [message #302680 is a reply to message #302655] Thu, 27 April 2006 12:02 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Hmmm, that's how I do it. Go to the Plug-in Registry view and find the
extension point (most of the org.eclipse.ui.* ones are declared in
org.eclipse.ui).

Then wander through the extension points, looking for the one you want.
It's not so bad for editors, but horrible for key bindings.

Later,
PW


Previous Topic:Reopen Editor
Next Topic:How does a .classpath get created when project is created programmatically
Goto Forum:
  


Current Time: Fri Nov 08 22:41:50 GMT 2024

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

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

Back to the top