Niklas Rentz
Niklas Rentz
I am looking at a graph generated by the theia-xtext-sprotty-example project. Both in Chrome and in Firefox the graphs look good when viewed in Theia. After using the export feature...
As far as I can tell, animations done during an UpdateModel are something very different from viewport animations such as the center- or the fit to screen animations and are...
This line of code is executed on any selectable element on mouseDown: https://github.com/eclipse/sprotty/blob/8b297c58f19ce6f6f1c5ccfa2d49fbff8cf24ce8/src/features/select/select.ts#L211 This causes a SelectAction to be issued. I think this is too early and the SelectAction should...
I assume inline labels to be centered on their parent edge, i.e. the label "i" of the following graph should completely overlay the edge behind it. In reality though the...
The following SCChart is the minimal version, where having multiple layers with both very long and short labels causes the short labels to reserve seemingly way too much space: ```...
The pom.xml files in the released 0.9.0 Maven artifacts require various artifacts of type `eclipse-plugin` since the 0.9.0 release, breaking any build (that is not itself a tycho build using...
While debugging something, the LS got stuck in a deadlock. This has never happened to me during normal use and probably requires very specific timing/delay in threads so it may...
The offscreen rendering of lots of graphs takes a considerable amount of time. It would be great to have the option to do a true parallel generation of SVG images....
Implements support for dark / other color themes for clients over the LSP and adds a property to be read by syntheses to conform to some theme-related foreground/background/highlighting colors. Relates...
Every time when installing artifacts in an Eclipse installation via our P2 update site, Eclipse warns the user about unsigned content. We should investigate and integrate signing into the build/release...