| [news.eclipse.platform.rcp] Re: how to migrate plugins from IDE to RCP |
Jeroen Lankheet wrote:
Hi,For spying things like this I always use Plug-in Registry view. For example, if you'd like to find who is contributing "Switch Workspace" option in File menu, type "Switch" in Plug-in Registry viewer's filter box and see the results. Somewhere there, you should see this: So now you know, that org.eclipse.ui.ide is contributing this command. You can disable filter to see other properties of this contribution, like id = org.eclipse.ui.file.openWorkspace, description and categoryId. Actually most of standard menu options comes from org.eclipse.ui.ide and are born to life org.eclipse.ui.internal.ide.WorkbenchActionBuildre. |