Christopher Hermann
Christopher Hermann
Highlighting problem when using the dark theme on Windows eclipse-platform/eclipse.platform.swt#811
Highlighting problem when using the dark theme on Windows https://github.com/eclipse-platform/eclipse.platform.swt/issues/811 JFace viewer are using OS selection color to highlight the selected item. On some OS this is not accessible. In...
## Steps to reproduce From a fresh installation and clean workspace: This is a follow up to https://github.com/eclipse-platform/eclipse.platform.ui/pull/1689 Steps to reproduce * Import the ZIP file mentioned in https://github.com/eclipse-platform/eclipse.platform.ui/pull/1689 as...
This Issue documents all know issues in the sticky scrolling feature with priorties. ### High - [x] [Sticky scrolling should allow to be fed by language-specific info/annotations](https://github.com/eclipse-platform/eclipse.platform.ui/issues/1950) - [x] [[Sticky...
In order to implement editor/language specific sticky lines provider, a new extension point is introduced. See issues: - #2338 - #2128 - #1950 The idea is that the package of...
### Problem description When opening the completion proposals via the keyboard, the focus will stay in the editor to be able to accept further user input. This is causing the...
control.traverse on a CTabFolder in the MultiPageEditor is navigation up the the outer CTabFolder itself. This is causing several issues: Setting the page for example to the second-to-last is changing...