Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to customize menu and toolbar in RCP application
How to customize menu and toolbar in RCP application [message #549887] Wed, 28 July 2010 11:31 Go to next message
Chen Rui is currently offline Chen RuiFriend
Messages: 5
Registered: July 2010
Junior Member
My RCP application depends on several other eclipse plugins, such as org.eclipse.ui.ide,. So when it runs, some unexpected menubar or toolbar will show, how can i stop this?

By the way, How can i make some IDE views(Problem View\Bookmark view, etc.) unavailable, in the case the rcp depends on ide plugin.

Re: How to customize menu and toolbar in RCP application [message #551317 is a reply to message #549887] Thu, 05 August 2010 22:19 Go to previous messageGo to next message
Ilya Ivanov is currently offline Ilya IvanovFriend
Messages: 3
Registered: August 2010
Junior Member
I think if your plugin A depends on plugin B, then plugin B must be loaded... and if plugin B loaded it will load all of it's contributions (menus, toobars, etc.) Why do you call them unexpected? And why do you want to hide them?
Re: How to customize menu and toolbar in RCP application [message #551338 is a reply to message #549887] Fri, 06 August 2010 05:17 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
On 28/07/10 5:01 PM, Chen Rui wrote:
> My RCP application depends on several other eclipse plugins, such as
> org.eclipse.ui.ide,. So when it runs, some unexpected menubar or toolbar
> will show, how can i stop this?
>
> By the way, How can i make some IDE views(Problem View\Bookmark view,
> etc.) unavailable, in the case the rcp depends on ide plugin.

Use activities to filter them out.

--
- Prakash
Platform UI Team, IBM

www.eclipse-tips.com
Previous Topic:Creating projects in workspace subfolders
Next Topic:Project Open event not getting fired - wrong flag for IResourceDelta.getFlags()
Goto Forum:
  


Current Time: Fri Apr 26 06:18:05 GMT 2024

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

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

Back to the top