Simeon Andreev
Simeon Andreev
Probably should be added to the list of medium issues in: https://github.com/eclipse-platform/eclipse.platform.ui/issues/2021 Unless I'm doing something wrong? I'm using a new workspace and Adwaita to check if the issue exists,...
> Screenshot would help. I believe it's a known GTK issue we reported some years ago to GTK, @trancexpress ? We had/have: https://bugs.eclipse.org/bugs/show_bug.cgi?id=564910 Without a video its hard to tell...
We've not ran into this issue yet. If I find time I'll try to come up with a GTK3 repoducer. Maybe its again some weird combo behavior (menus share code...
I tried a few reproducers, I couldn't reproduce the problem with GTK3. Next step here should be an SWT snippet that reproduces the problem, maybe with that we can reduce...
The behavior is reproducible with this GTK+ snippet: ``` // gcc -g menu_scroll_bug2.c `pkg-config --cflags --libs gtk+-3.0` -o MenuScrollBug && ./MenuScrollBug #include #include static int menu_item_count = 60; static GtkWidget...
I've debugged some, looks like content assist is provided for the details pane at the bottom of the Expressions view. For whatever reason, in some cases (e.g. like in the...
This revives the now gone: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/165753
> Would just passing the rule `MultiRule.combine(update.stream().map(getWorkspace()::markerRule).toArray(ISchedulingRule[]::new))` prevent from comcurrent access without blocking too much? I'll check when I can, I'd have more confidence in the change that way. If...
The `MultiRule` suggestion works, I wonder if we should use it also in `JavaDebugOptionsManager`... https://github.com/eclipse-jdt/eclipse.jdt.debug/commit/897972b60a60c5bd9d0b8138d5be9b07addfcaf5 When testing the change, I noticed its not enough to prevent the logged error. This...