-
Hi folks,
We've recently started looking into shipping a command-line REPL for the GameLisp scripting language (fleabitdev/glsp#11), but it would need to provide working `readline`-like functionali…
-
To mimic Sprotty Server behavior, add code elements navigation sync:
- [ ] [Propagate Diagram node select to LSP code editor#12](https://github.com/Crystal-VPL/tasklist-theia-glsp/issues/12) Whenever…
-
Subtask of #10
To mimic Sprotty Server behavior, add code elements navigation sync:
Whenever you select the node on a diagram:
The editor cursor automatically jumps to the corresponding …
-
Hi,
Sorry this maybe a stupid question and just a user error. I am trying out the extension, and getting the following output when creating a new file or opening an existing .uml file (vscode on w…
-
Currently we publish the `@eclipse-glsp/cli` tool unbundled. This is rather uncommon for plain CLI application. Every downstream project that consumes the cli tool also has to download all its d…
-
The Theia IDE [https://theia-ide.org/] is a compatible alternative to VSCode. They're doing some very interesting work although it's still in the earlier stages. Particularly paired with the work that…
-
In a project, I have a state struct that contains a glsp runtime and a struct that holds callbacks:
```Rust
struct Callbacks {
//various callbacks of type: Option
}
struct State {
callba…
-
Quick interactions are interactions that pop up if an element is in focus. They improve the workflow by showing the most used actions like adding an association or adding a property next to the select…
-
The `ContentChanges` of `DidChangeTextDocumentParams` are of any type (`interface{}`). The documentation for the field does not specify what types it may hold, but the source code does. By moving the …
-
I'm not sure if this is even the desired behaviour, but I think I open an Issue to clarify if not.
The problem is the following:
If you move multiple elements and one of them matches an invalid mo…