Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Hide the view name from Window-->Show View
Hide the view name from Window-->Show View [message #461660] Mon, 15 January 2007 19:19 Go to next message
Eclipse UserFriend
Originally posted by: sranjan.hotmail.com

I have added a view to an RCP application and created a shortcut to open
the view. Now I don't want the view to appear in the list of views in the
Window-->Show View dialog. I want it to be available only through the
shortcut keys. I tried looking for information on this but didn't find
any. Any help would be great !!
Re: Hide the view name from Window-->Show View [message #461674 is a reply to message #461660] Tue, 16 January 2007 01:31 Go to previous messageGo to next message
Eclipse UserFriend
Your choice (for 3.2) is to edit the plugin.xml in the appropriate plugin (org.eclipse.ui?) to remove that menu item. In 3.3, there's work being done to allow customisation of the window to be present (we've covered this before: http://www.eclipsezone.com/eclipse/forums/t85561.html)

Alex.
Re: Hide the view name from Window-->Show View [message #461777 is a reply to message #461674] Tue, 16 January 2007 19:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sranjan.hotmail.com

Thanks Alex!!

But our product has multiple plug-ins each with its own set of views. The
list of plug-ins is created internally by the RCP platform. The plugin.xml
for my particular plugin declares the view. So I cannot remove the view
declaration from there. Which plugin.xml are you referring to?
Re: Hide the view name from Window-->Show View [message #461785 is a reply to message #461777] Wed, 17 January 2007 02:32 Go to previous messageGo to next message
Eclipse UserFriend
The plugin.xml of the plugin that defines the 'show view', possibly org.eclipse.ui or org.eclipse.ui.ide. Unfortunately you'll have to dig around to find which one :-)

Alex.
Re: Hide the view name from Window-->Show View [message #461893 is a reply to message #461674] Wed, 17 January 2007 17:39 Go to previous message
Eclipse UserFriend
You can also implement your own Show View action.

Snjeza

Alex Blewitt wrote:
> Your choice (for 3.2) is to edit the plugin.xml in the appropriate plugin (org.eclipse.ui?) to remove that menu item. In 3.3, there's work being done to allow customisation of the window to be present (we've covered this before: http://www.eclipsezone.com/eclipse/forums/t85561.html)
>
> Alex.
Previous Topic:Why does org.eclipse.ui.workbench require org.eclipse.help?
Next Topic:unwanted restore of minimized view
Goto Forum:
  


Current Time: Thu Mar 27 01:08:03 EDT 2025

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

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

Back to the top