Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Unwanted menu contributions CNF
Unwanted menu contributions CNF [message #902014] Wed, 15 August 2012 13:52 Go to next message
Mat Mathiew is currently offline Mat MathiewFriend
Messages: 29
Registered: July 2012
Junior Member
Hi,

I am developing an RCP application and I am using the Common Navigator as my navigator for a custom project structure.

Using this navigator implies that my plugin depends on plugin: org.eclipse.ui.navigator.resources.
In turn this plugin depends on:
org.eclipse.ltk.ui.refactoring. (as i can see from the dependency analysis).
In turn the latter depends on:
org.eclipse.team.ui.

As a consequence since org.eclipse.team.ui. is running when I run my RCP app I get contribution to the menu with the right click for sharing the project.
I have similar problem also with action contributions of Running and Debugging my custom project which is something I don't want.

Since these plugins are required and I cannot remove them is there any way to remove these contributions from the menu? Or some other ideas how to deal with it?

Re: Unwanted menu contributions CNF [message #902017 is a reply to message #902014] Wed, 15 August 2012 13:56 Go to previous message
Mat Mathiew is currently offline Mat MathiewFriend
Messages: 29
Registered: July 2012
Junior Member
I found the solution by setting allowsPlatformContributions="false".
Previous Topic:Common Navigator Framework
Next Topic:Operations during startup of RCP app
Goto Forum:
  


Current Time: Thu Apr 25 23:49:15 GMT 2024

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

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

Back to the top