Jan Koehnlein
Jan Koehnlein
With big diagrams, scrolling and zooming gets very slow as we recalculate and patch the entire tree. We should add so kind of shortcut for changes that just affect the...
When there is an edgePositioning: move it along the line. Otherwise: move it freely.
Some feature modules depend on others, e.g. the `moveModule` depends on the `routingModule`. We should make that explicit and simplify the composition of the DI container, e.g. by automatically sorting...
When an edge has an arrow head, we have to adjust the anchor point with respect to the stroke width and angle of the arrow head. Currently we store this...
Sprotty is using CSS to style diagrams. This is very useful to interactively change some styling aspect in the diagram using the style editor in browser. Unfortunately, this stops at...
Steps to reproduce: In the theia-xtext-sprotty-example, let `StateNode#canConnect` return always false -> on reconnect, the edge is created in the diagram, but not in the model. The edge should not...
See https://groups.google.com/a/gitpod.io/g/contact/c/nobeujAuTxc Investigation shows multiple issues - The database is started from `.bashrc` and insufficiently guarded against parallel starts. Note that each startup task gets their own shell. - The...
I think people mostly come to the open VSX page to search for extensions. On the page for an extension, there is no way to start another search. So if...
Currently, selection is hard baked into XShape. Shouldn't this be a behavior?