[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: How to disable plugins menu/toolbar/... contribution?
|
George Meringov wrote:
> I develop RCP application and I use some classes from standard eclipse
> plugins such as org.eclipse.jdt.ui. But when I add this plugin to my
> dependencies and run the application, I see many new items appear in
> menus. That's beacuse eclipse plugins add their actions to menus, toolbars
> etc. How to remove these actions from menu or prevent its appearance, but
> keep using plugin's classes.
I would recommend using the "org.eclipse.ui.activities" extension point
(appears in the Capabilities preference page within Eclipse). Then find
the identifiers of the items you wish to filter, and filter them.
You can see "<install>/plugins/org.eclipse.sdk_3.1.0/plugin.xml" for
examples.
cheers,
d.