Thomas Mäder

Results 56 issues of Thomas Mäder

### Bug Description: When dragging a file form the OS file explorer into a text editor, we should either paste the contents of the dragged file into the editor _or_...

bug
editor
dnd

### Feature Description: Currently, we need to do two simple patches in PhosphorJS in order for "secondary window" support to work. However, various fixes in secondary windows support require more...

### Bug Description: When moving an editor to a secondary window in VS Code, this window serves as a `TabGroup` (https://code.visualstudio.com/api/references/vscode-api#TabGroup). In Theia, the widgets being moved to a secondary...

editor
vscode

### Bug Description: When I open the developer tools in Theia IDE and try to open a source file to put a breakpoint, known source files are not found. ###...

#### What it does fixes #13764 Contributed on behalf of STMicroelectronics #### How to test The tests should run in Window & MacOS on the PR checks on this PR....

### Bug Description: While trying to self-host, I occasionally get the following exception in the log. Not sure what causes it. ``` Uncaught (in promise) Error: INVALID tab at d.acceptTabOperation...

### Feature Description: We currently have 182 labels on this repo: that is more than what can be reasonably used. I propose a reduction to maybe 30 labels. Many labels...

contributor experience
accessibility

### Feature Description: We currently don't run the browser tests as part of the PR checks on all platforms. However, this has recently lead to cross-platform problems going unnoticed. We...

ci

### Bug Description: Starting this morning, I've noticed an exception in the log at startup. ### Steps to Reproduce: Start Theia. The exception is: ``` 2024-06-04T09:39:52.313Z root ERROR SyntaxError: Unexpected...

When a preference value is an object, the value in effect should be constructed by merging the objects from different preference scopes. So when I listen for preference changes on...

preferences