Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP 3.2.1 windowMenu has no contents
RCP 3.2.1 windowMenu has no contents [message #459973] Sat, 09 December 2006 12:58 Go to next message
Eclipse UserFriend
Originally posted by: guefeld.spammerslammer.com

Hello NG.
This drives me crazy

Having a RCP application with several open Editor windows inside, I thought
it would be easy to implement a windows menu containing the list of open
editor windows

In the ApplicationActionBarAdvisor class I added the following code to get
such a windowmenu
The windows menu appears in the main menubar but it stays empty although
dozens of editors are opened
What am i doing wrong???
Thanks in advance for your answers

G
Re: RCP 3.2.1 windowMenu has no contents [message #459984 is a reply to message #459973] Sun, 10 December 2006 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Günther Feldzahn wrote:
> Hello NG.
> This drives me crazy
>
> Having a RCP application with several open Editor windows inside, I thought
> it would be easy to implement a windows menu containing the list of open
> editor windows

1) do you have multiple windows open with one editor in each, or one
window open with multiple editors open inside (where they would not be
called windows)?

OPEN_NEW_WINDOW is an action that will open a new workbench window, not
list them. It's label should be "New Window"

You probably want ContributionItemFactory.OPEN_WINDOWS to display the
list of open workbench windows.

Later,
PW
Re: RCP 3.2.1 windowMenu has no contents [message #460011 is a reply to message #459984] Mon, 11 December 2006 11:08 Go to previous message
Eclipse UserFriend
Originally posted by: guefeld.spammerslammer.com

1) I have one workbench window with multiple editors open inside

"Paul Webster" <pwebster@ca.ibm.com> schrieb im Newsbeitrag
news:elh839$2q1$1@utils.eclipse.org...
> G
Previous Topic:EditorParts, doSave(), commands, and key bindings
Next Topic:PlatformUI.getPreferenceStore() versus DefaultScope?
Goto Forum:
  


Current Time: Wed Mar 26 05:03:18 EDT 2025

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

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

Back to the top