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

Validation Tool assumes that root ID is 'sprotty' #250

Closed martin-fleck-at closed 5 years ago

martin-fleck-at commented 5 years ago

Just noticed this while debugging on the server that the request markers action always has the element ID 'sprotty' independent of the actually selected element or the name of the actual root. So if the root element has a different ID, the validation does nothing.

This should probably be fixed, at least to the correct root element ID, cf. tool-palette.ts in the sprotty-client package.