You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
The layout aspect of this this will be tackled in the glsp api (eclipsesource/graphical-lsp/issues/153). Once this fixed all layout options (micro+macro on client side (icat doc), micro on client side, macro on server side) should be supported out of the box and the customizations made for ecore-glsp (#18) can be dropped
After eclipsesource/graphical-lsp/pull/157 gets merged. We can update the ecore-glsp server implementation such that sprotty micro layouting(compute bounds) is done on client-side before the macro layouting (auto-layouting with elk) is done on client side.
The only thing that remains is to determine whether the model should be editable or readonly. This can be achieved with an "editable" boolean flag in the RequestModelAction.options map
With #24 the server has been updated an the changes of eclipsesource/graphical-lsp/pull/157 have been incorporated.
The server can now handle both read-only and editing depending on the configuration on client side
Currently, we use ecore-glsp for two use cases:
We should hence refactor the client and the server accordingly to enable both use cases with the same components.
The text was updated successfully, but these errors were encountered: