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

Edge routing support #194

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

Currently, we do not support edge routing. Using the sprotty routing module enables routing on client side but the changes will get lost on a server update.

This could be implemented in the same fashion as the ChangeBounds/Move support.