eclipse-emfcloud / ecore-glsp

ecore-glsp
Other
32 stars 25 forks source link

[Model Server] Properly support Undo/Redo #72

Closed CamilleLetavernier closed 3 years ago

CamilleLetavernier commented 3 years ago

Currently, undo/redo is still implemented via the GLSP CommandStack (i.e. Not delegating to the Model Server). This works fine for visual changes (Which are managed by the GLSP CommandStack), such as moving nodes, but doesn't work for semantic changes, such as creating or removing elements.

CamilleLetavernier commented 3 years ago

Related to eclipse-emfcloud/emfcloud-modelserver/issues/14

CamilleLetavernier commented 3 years ago

Fixed on the modelserver branch