Lucas Koehler

Results 29 issues of Lucas Koehler

#### What it does This implements the multi window MVP proposal desribed in https://github.com/eclipse-theia/theia/issues/10526#issuecomment-1033950569 Support for moving webview-based views into a secondary window or tab. For webview-based views a new...

webviews

The workflow example does not seem to be able to handle custom properties on initialization. Thereby, a custom property is a property defined in the workflow model, e.g. `probability` of...

client
workflow-example

### Feature Description: The issue tracks a known limitation from https://github.com/eclipse-theia/theia/pull/11048 that webviews (esp. custom editors) in secondary windows do not respect the autoSave option. ### Steps to Reproduce: 1....

secondary-window

### Bug Description: This is a follow up issue of #11048 . When closing a web view, which was moved to an external window, an `Uncaught illegal access` is logged...

electron
webviews

### Feature Description: The goal is to enhance https://github.com/eclipse-theia/theia/pull/11048 to restore secondary windows on reload. Currently, secondary windows are not stored as part of the application layout and the `SecondaryWindowHandler`...

secondary-window

### Feature Description: The issue tracks a known limitation from https://github.com/eclipse-theia/theia/pull/11048 that dialogs opened by a widget in a secondary window (e.g. a file picker) are opened in the main...

secondary-window

### Feature Description: The goal is to enhance https://github.com/eclipse-theia/theia/pull/11048 to allow webviews (and later other widgets) in secondary windows to contribute tabbar and menu integrations. Currently, this is not possible...

secondary-window

Previously, the Angular Material category renderer didn't consider categories' visbilities and always showed themy. This prefilters visible categories before rendering them in the template. Fix unit test by moving the...

### Calculate Angular layout renderer child props via a pure pipe Increase rendering and on change performance for all forms including nultiple layouts: * Avoid unnecessary recalculation of the child...

At the moment, the tree editor extension's `Tree Editor -> New Example File` menu entry does not work when there is no workspace open in Theia. In this case, the...