sprotty-server icon indicating copy to clipboard operation
sprotty-server copied to clipboard

Server implementation for the Sprotty diagramming framework

Results 7 sprotty-server issues
Sort by recently updated
recently updated
newest added

The bundle org.eclipse.sprotty has an import package on Xtext but no Java class is using it. This import should be removed. I guess this dependency comes via Xtend but is...

When releasing to maven central a security report is created. I will post a report link here, but I do not know how long it will remain available. https://sbom.sonatype.com/report/T1-118f0f57da8c6b3097cc-7c5cd3c324b3e8-1709210263-9c8c29739af94ba6940236bcf4b9429f Here...

Hi I like the project a lot. The problem I'm currently facing is how to debug my language server in eclipse. My workflow is like this: language-server/gradlew -p language-server unzipServer...

question

Hi, how can we direct our layout engine to use the [graphviz dot algorithm](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-graphviz-dot.html)? Right now our code just follows the example set by the yang project: https://github.com/opencaesar/oml/blob/master/io.opencaesar.oml.parent/io.opencaesar.oml.dsl.ide.server/src/io/opencaesar/oml/dsl/ide/diagram/OmlLayoutEngine.xtend

question

There should be an easier way to register custom actions with GSON. Right now this happens in a static method within `ActionTypeAdapter` so the only possibility I have is to...

When the client requests a model with client-side layout, but no server-side layout, the server responds with a RequestBoundsAction. The client never replies to that second request, but generates a...

A diagram currently only validates the root resource. Consequently, the `IssueProvider` doesn't provides issues for elements of other resources. We should maybe change the `IssueProvider` to validate resources on demand....