Skip to main content



      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 07:31 Go to next message
Eclipse UserFriend
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 18:19 Go to previous messageGo to next message
Eclipse UserFriend
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 01:17 Go to previous message
Eclipse UserFriend
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: Sat Aug 30 19:14:24 EDT 2025

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

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

Back to the top