Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Eclipse 4 editors
Eclipse 4 editors [message #1237256] Wed, 29 January 2014 08:46
Sebastian Lehmann is currently offline Sebastian LehmannFriend
Messages: 8
Registered: January 2014
Junior Member
Hello,

I am going to migrate an existing Eclipse 3 RCP application to a pure e4 application (more work than I thought). The editors seems to be tricky.

A small problem :
After clicking on a table row the editor opens:
PartDescriptor defined, createPart called and then: part.getTransientData().put(DATA, person);
In the class editor @PostConstruct I can then through the DATA entry represent the label (part.setLabel (...)) and display the editor data.
Now I have to avoid that the editor for one person will not be opened several times. In Eclipse 3 this was the task of the IEditorInput implementation (equals , ..).
Is there something similar in e4 or do I need to manually implement it?

A bigger problem :
The editor was in Eclipse 3 a form editor (such as for the plugin.xml) with several pages.
Is this now possible with Kepler or Luna or do I have to implement it myself (create an implementation for FormEditor and FormPage ..).
Does anyone have experience with it already?

I am grateful for any help.

Regards
Sebastian
Previous Topic:Strategies for dynamic part management
Next Topic:How can I implement 'not save and not close the part' behavior when dirty part will be closed?
Goto Forum:
  


Current Time: Thu Apr 25 10:56:58 GMT 2024

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

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

Back to the top