glsp icon indicating copy to clipboard operation
glsp copied to clipboard

Graphical language server platform for building web-based diagram editors

Results 184 glsp issues
Sort by recently updated
recently updated
newest added

Elaborate the notation model use case (as a decorator model scenario) and show the different possibilities to achieve notation model specific support: - Store notation related data in the user...

documentation
enhancement

Currently, the only way to add custom information to the Notation model is to extend it with a new Ecore model, which may be tedious (and potentially overkill). In GGraph,...

enhancement
server-java

Should be periodically scheduled at the beginning of each month.

enhancement
theia
ci

Once https://github.com/eclipse-glsp/glsp/issues/703 is completed, please update the Theia version compatibility sections accordingly (in package READMEs and Release description). See also: - https://github.com/eclipse-glsp/glsp-theia-integration/pull/118 - https://github.com/eclipse-glsp/glsp-examples/pull/134 - https://github.com/eclipse-glsp/glsp/releases/tag/v.1.0.0

documentation
theia
glsp-example

When initializing a GLSPDiagramWidget, we send a RequestModelAction which expects a `sourceUri` option. For this option, GLSPDiagramWidget actually specifies a path (which isn't a URI): ``` this.requestModelOptions = { sourceUri:...

bug
client

Currently is hardcoded to `0.9.0`: ``` 2022-07-11 15:43:31,599422000 [pool-2-thread-1] DEBUG DefaultGLSPServer - Initializing server with the following params: InitializeParameters [applicationId=fe1c055b-1242-492c-af85-cb845bf55c98, protocolVersion=0.9.0, args={ timestamp=Mon Jul 11 2022 15:43:30 GMT+0200 (Central European...

bug
server-java
client
server-node

Currently there are some inconsistencies in the default exports of the @eclipse-glsp/client package. There is no clear pattern to derive which parts of the API are considered public and it...

client
improvement

This is how they currently look like: ![image](https://user-images.githubusercontent.com/588090/176646741-10c45433-dc7e-4f23-86b0-93fd14cef71c.png) Observe how the markers have a background color that matches the foreground color. Thus, they are just circles.

bug
help wanted
eclipse
looking for sponsor

All dependabot allerts in the main glsp repo are related to either `lerna` or `mocha-jenkins-reporter`. For lerna we could update to the new 5.x version which should resolve most of...

enhancement

With https://github.com/eclipse-glsp/glsp-client/pull/171 the action definitions for the GLSP client and the node server got refactored to interface based definitions. The code snippets in the website documentation need to be updated...

bug