Mark Sujew
Mark Sujew
### Bug Description: As of some recent Firefox version, webview support for Theia on Windows suddenly broke. I've already tried going back a few versions of which I've known that...
### Feature Description: It seems like some release of Xterm deprecated `registerLinkMatcher`, which should be replaced with `registerLinkProvider` instead. It offers far more granularity in regards to how each link...
### Feature Description: _discussed in https://github.com/eclipse-theia/theia/pull/11437_ When adding localizable strings to Theia which already exist in newer versions of vscode, we still have to translate them automatically through DeepL. This...
#### What it does Closes https://github.com/eclipse-theia/theia/issues/7076 When selecting the `custom` title bar style, the application currently shows no title. This change adresses the issue by trying to replicate what VSCode...
Closes https://github.com/Chevrotain/chevrotain/issues/1825 Adds a validation that ensures that no `longer_alt` is used that isn't available in the current lexing mode.
Final version (hopefully) of the adaptive lookahead feature. Contains changes to: * General lookahead changes to accommodate the `ATNSimulator` parser trait * Deprecation of the `maxLookahead` property * Updates to...
In my use case I want to render a list of files, where the current file should be centered only it if wasn't visible in the tree when it was...
Improves the behavior of different LSP services, which operate directly on the CST * Improves comment finding capabilities if the comment is appended to the root of the document *...
Since the change requires an addition parser for completion, I also refactored the parser builder to accept more generic parsers.
In order for downstream users to easily create implementation of lesser used LSP functionalities (such as _monikers_, _inlay hints_, or _document colors_), we should at least have interfaces (and ideally...