theia-sprotty-example icon indicating copy to clipboard operation
theia-sprotty-example copied to clipboard

An example application integrating Sprotty views with Theia

Results 8 theia-sprotty-example issues
Sort by recently updated
recently updated
newest added

Mac OS High Sierra 10.13.3 npm 5.6.0 node v8.11.1 Code appears to exist, but when running the theia-electron example with npm run start, I get the following error: Uncaught Exception:...

The example code is so old that it's not really useful anymore. We should either update it or archive the repository and point users to [yangster](https://github.com/theia-ide/yangster).

The code from `theia-dsl-extension/src/diagram` is independent from the multicore example and should be extracted for reuse in a separate node package. Also check if there is more that could be...

Same as in TypeFox/sprotty#60.

* Resizing the widget makes the browser quite busy. * The view is always centered, but instead it should try to retain the current viewport.

When selecting a diagram element, the cursor is changed in the text editor. Currently this also affects the focus, which means that it's hardly possible to set the focus on...

* Zoom and pan until a node intersects the widget boundary. * Hover that node. * Move the mouse cursor out of the widget via the node. → popup is...

I think I have seen this issue in sprotty a while back, it was fixed and now seem to be back. When I move the cursor in the DSL, it...