how to find plugin and its id [message #328765] |
Tue, 03 June 2008 17:12  |
Eclipse User |
|
|
|
I would like to know how to find all of the plugins and their Ids in
eclipse environment, including successful installed plugin and
non-successful installed plugin. I tried to find Project Explorer View's
plugin in but I can not find it in the plugin details screen. Its id is
org.eclipse.ui.navigator.ProjectExplorer but nowhere the id is displayed.
thanks!
hao
|
|
|
|
|
|
|
|
|
|
Re: how to find plugin and its id [message #328831 is a reply to message #328823] |
Wed, 04 June 2008 12:30   |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
Ed Merks wrote:
> Hao,
>
> That's not a plugin. That class is in
> org.eclipse.ui.navigator.resources. If you do Window->Show
> View-Other...->PDE->Plugin-ins, select them all, and use Add To Java
> Search, it will be easier to find classes. You could create a plugin
> that depends on all other plugins and then the little right left
> navigator button in the navigator/explorer will locate the file its
> plugin...
To make this last suggestion a lot easier, get the "Reference Project"
tool from http://www.qualityeclipse.com/
This tool makes it easy to include all installed Eclipse plugins
available for things like Ctrl+Shift+T and Java Search.
From the web page:
"Our approach, useful for searching and supporting multiple versions of
Eclipse at the same time, is to create one reference project for each
version of Eclipse to be searched. This project contains no source of
its own, but contains all the Eclipse plug-ins on its classpath so that
a search can include the entire source for Eclipse. To include or
exclude a particular version of Eclipse in your searches, simply open or
close the corresponding reference project."
Hope this helps,
Eric
> hao wrote:
>> Help->About is not very helpful. For example,
>> org.eclipse.ui.navigator.ProjectExplorer is even not shown there.
>>
|
|
|
|
|
|
Re: how to find plugin and its id [message #328965 is a reply to message #328949] |
Mon, 09 June 2008 09:13  |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
hao wrote:
> Eric said.
>
>> I don't understand what you are expecting. What plugins would you
>> expect to
> be included that aren't installed when you create the reference project.
> Please provide a specific scenario you are trying, what you expect to
> get, and how that differs from what you actually get.
>
> What I tried to say is that the reference project you mentioned (>get
> the "Reference Project" tool from http://www.qualityeclipse.com/) is not
> quite useful beacuse it only lists the plugins from a specified plugin
> installation directory. If the plugin installation directory is known, I
> am not sure if I need the tool to find a plugin. If the tool could
> automatically find all plug-ins installed in a eclipse platform and list
> all of them in a UI, then the tool will be useful.
I pointed it out in response to someone who suggested creating a project
that referenced all plugins on its classpath. The tool is useful as a
reference, not a "table of contents." With such a project in your
workspace, all of the referenced plugins will be included in things like
Open Type dialog, Java search, etc.
If you want to browse the plugins that are currently installed, I think
Wayne (or someone) already pointed out the Plug-in Registry view and
Plugin Spy.
Hope this helps,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.05978 seconds