Tobias Emitslof Messages: 7 Registered: July 2009 Location: Kristianstad
Junior Member
We're using a lot of customized EMF generated editors. It seams that Eclipse local history feature doesn't work out of the box for these editors.
We have some GMF built editors where this feature works without adding any code. So far I haven't found the difference between both implementations calls the save method on the resource at some point.
I saw this post:
forums/index.php/t/207719/ (wasn't allowed to post it as a link, hopes this is enough).
When in the save operation shall this method be called and how can the 'FileState' object be retrieved?
Tobias Emitslof Messages: 7 Registered: July 2009 Location: Kristianstad
Junior Member
Tobias Emitslof wrote on Tue, 12 July 2011 10:41
We're using a lot of customized EMF generated editors. It seams that Eclipse local history feature doesn't work out of the box for these editors.
We have some GMF built editors where this feature works without adding any code. So far I haven't found the difference between both implementations calls the save method on the resource at some point.
I saw this post:
forums/index.php/t/207719/ (wasn't allowed to post it as a link, hopes this is enough).
When in the save operation shall this method be called and how can the 'FileState' object be retrieved?
Best Regards,
Tobias
Is there any documentation on the localhistory feature?