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

Sprotty (and our base protocol) defines a `RejectAction` which can be sent as a response the a `RequestAction` to indicate to the receiver that the request has been rejected/canceled. Currently...

enhancement
server-java
server-node

The collision detector is currently limited to detecting collisions with Sibling nodes. When using a hierarchic layout, the collision detector will provide many false-positive collisions. For example, it isn't possible...

In its current form the workflow-example extension cannot be packed with vsce. The main issue it is that we currently use the extension in its raw format (i.e. not minimized...

bug
vscode

### Discussed in https://github.com/eclipse-glsp/glsp/discussions/584 Originally posted by **rsoika** March 12, 2022 Hi, I have written a simple UIExtension in a separate module extending my diagram ContainerModule to display an additional...

Currently glsp server connections that are established via the `org.eclipse.glsp.server.websocket` package timeout after a certain period. In the eclipse-integration we bypass this issue by periodically sending KeepAlive-action messages. We should...

bug
server-java

The current implementation of the `EdgeTypeHint`s has certain limitations: - The use of sets for source and target element ids is insufficient to model relationships like: Source A can connect...

enhancement
server-java
client

Currently the `CreateEdgeOperationHandler` throws an exception if the Optional returned by the `createEdge` method is empty. This means the user as currently not possibility to prohibit creation of certain edges...

server-java

The org.eclipse.glsp.server bundle has some packages which only define interfaces and types. When consuming them you get all the dependencies from the server itself which might not be necessary. This...

server-java

In rare cases the GLSP Eclipse Editor may throw exceptions when it gets closed: ![ksnip_20220223-125444](https://user-images.githubusercontent.com/5889696/155315026-a682d05b-091d-4a0f-869e-0e3315c53057.png) Stacktrace: ``` !ENTRY org.eclipse.glsp.ide.editor 4 0 2022-02-23 12:53:46.837 !MESSAGE [GLSP-Server] Could not process message:ActionMessage [action=serverStatus,...

bug
eclipse

Hi, I'm trying to build and run [minimal example](https://github.com/eclipse-glsp/glsp-examples/tree/master/minimal) contained inside [glsp-examples](https://github.com/eclipse-glsp/glsp-examples) git repo, but unfortunately glsp-server building process fails when I run `mvn clean verify`. Terminal logs: ``` ......

bug