Skip to main content



      Home
Home » Eclipse Projects » GEF » Multi page editor & actions
Multi page editor & actions [message #117004] Wed, 11 February 2004 10:38 Go to next message
Eclipse UserFriend
Originally posted by: grandan.tiscali.it

Hi!

I want to realize a multi page editor. I implemented a particular action
calling the method "createPage()" of my multi page editor.

When I execute the action from the menu, the new page is opened correctly,
but the outline page is still empty.

Is there any way to cause a complete refresh of the outline page?

Note: if I call the "createPage()" method from "createPages()" everything
works correctly and the outline is ok. But I want to create a new page
with a new editor on user demand.

Thank you very much!

Daniele
Re: Multi page editor & actions [message #117159 is a reply to message #117004] Wed, 11 February 2004 15:25 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

No, you must re-implement the outline view inside an outline page. I've
opened a bugzilla requesting that nested parts be supported better in the
workbench.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=46207

The outline flips pages based on which top-level editor is active. You need
to do the same thing youself on your page, for each sub-editor.

"Daniele" <grandan@tiscali.it> wrote in message
news:c0di9t$na3$1@eclipse.org...
> Hi!
>
> I want to realize a multi page editor. I implemented a particular action
> calling the method "createPage()" of my multi page editor.
>
> When I execute the action from the menu, the new page is opened correctly,
> but the outline page is still empty.
>
> Is there any way to cause a complete refresh of the outline page?
>
> Note: if I call the "createPage()" method from "createPages()" everything
> works correctly and the outline is ok. But I want to create a new page
> with a new editor on user demand.
>
> Thank you very much!
>
> Daniele
>
Previous Topic:How to capture mouseReleased event for a MouseMotionListener
Next Topic:NoClassDefFoundError
Goto Forum:
  


Current Time: Wed Jul 23 02:36:49 EDT 2025

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

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

Back to the top