Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » ContentOutline is not shown in Window menu
ContentOutline is not shown in Window menu [message #335847] Tue, 05 May 2009 08:31 Go to next message
Ralf Heydenreich is currently offline Ralf HeydenreichFriend
Messages: 235
Registered: July 2009
Senior Member
Hi all,
I have an RCP application with one single perspective. Now it should
display in the Window -> Show View a shortcut to the outline view. I've
made this as follows:

<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="my.own.package.MyPerspective">
<viewShortcut
id="org.eclipse.ui.views.ContentOutline">
</viewShortcut>
</perspectiveExtension>
</extension>

The Content Outline is not shown as shortcut in the Show View submenu. I
can only get it from Other... submenu. How can I make it work?

TIA,
Ralf.
Re: ContentOutline is not shown in Window menu [message #335851 is a reply to message #335847] Tue, 05 May 2009 11:46 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

After adding the perspectiveExtension, you need to reset your
perspective if it was already visible.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Re: ContentOutline is not shown in Window menu [message #335852 is a reply to message #335851] Tue, 05 May 2009 12:11 Go to previous message
Ralf Heydenreich is currently offline Ralf HeydenreichFriend
Messages: 235
Registered: July 2009
Senior Member
Paul Webster schrieb:
> After adding the perspectiveExtension, you need to reset your
> perspective if it was already visible.
>
> PW
>
ah, thanks, that helped!

R.
Previous Topic:ScrolledForm with TableViewer scroll problem
Next Topic:Per-user plugin/dependencies broken between 3.4.1->3.4.2 (and beyond)
Goto Forum:
  


Current Time: Thu Apr 25 02:01:37 GMT 2024

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

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

Back to the top