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 does not receive ComputedBounds #273

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

Currently, the server triggers the hiddenBounds computation of sprotty on each model update but does not receive the result. This means the full layout information (computed bounds) are only available on client side. As a result server side layouting with an ILayoutEngine implementation does not work