Skip to main content



      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 11:31 Go to next message
Eclipse UserFriend
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 08:02 Go to previous message
Eclipse UserFriend
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: Tue Jul 15 15:06:34 EDT 2025

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

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

Back to the top