Results 55 issues of 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...

enhancement

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...

enhancement

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...

enhancement

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...

bug

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...

good first issue
webui
priority:low

Currently, selection is hard baked into XShape. Shouldn't this be a behavior?

c: new feature
p: normal