eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
32 stars 79 forks source link

Sidebar and error markers not shown in Java Editor #1476

Closed ptziegler closed 3 weeks ago

ptziegler commented 3 weeks ago

The sidebar on the left side of the Java editor, which usually shows problem markers and line numbers, is broken in the currently nightly build.

To reproduce:

image

iloveeclipse commented 3 weeks ago

Any errors in the log? I run nightly build without issues (on Linux).

ptziegler commented 3 weeks ago

Any errors in the log? I run nightly build without issues (on Linux).

I was a little suspicious because the log is empty. But even with "-consoleLog", no error is shown.

image

humphreygao commented 3 weeks ago

Related to the screen resolution. And the color picker does not work as well.

ptziegler commented 3 weeks ago

Related to the screen resolution. And the color picker does not work as well.

That's something I can verify... I just switched from 1920x1200 to 1600x900 and the sidebar shows up again.

iloveeclipse commented 3 weeks ago

@ptziegler : please create this bug at SWT project. JDT UI is not the right component.

ptziegler commented 3 weeks ago

Will do. Thank you both for the quick response!

ptziegler commented 3 weeks ago

In case anyone else is running into this issue: https://github.com/eclipse-platform/eclipse.platform.swt/pull/1301