eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Server-side undo/redo #276

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

Currently, there is no undo/redo support in GLSP. Once the server uses EMF commands for model modification #275 the EMF commandstack could be reused to achieve this.