Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Workbench state is not being saved for GEF editor
Workbench state is not being saved for GEF editor [message #241298] Wed, 06 February 2008 14:25 Go to next message
Eclipse UserFriend
Originally posted by: a.rahman.distilinteractive.com

Hi,

I have a gef based editor, and after restarting , open editor for this GEF
based editor is not being opened automatically. All other plugin and editor
save the state, and open automatically (if was opened befor exit). I am
wandering what is missing in my GEF editor that is preventing to save the
state in workspace.

Thank you,
-Anisur.
Re: Workbench state is not being saved for GEF editor [message #241303 is a reply to message #241298] Wed, 06 February 2008 15:23 Go to previous message
Xiang Qinxian is currently offline Xiang QinxianFriend
Messages: 119
Registered: July 2009
Senior Member
Hi,

The editorinput class implementation miss ,
public IPersistableElement getPersistable();

You can refer to class FileStoreEditorInput.

Cheers,
Xiangya


Anisur 写道:
> Hi,
>
> I have a gef based editor, and after restarting , open editor for this GEF
> based editor is not being opened automatically. All other plugin and editor
> save the state, and open automatically (if was opened befor exit). I am
> wandering what is missing in my GEF editor that is preventing to save the
> state in workspace.
>
> Thank you,
> -Anisur.
>
>
Previous Topic:GEF first "view"
Next Topic:Palette View Refresh without open and close
Goto Forum:
  


Current Time: Thu Apr 25 01:44:31 GMT 2024

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

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

Back to the top