You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have org.eclipse.swt.gtk.linux.x86_64 imported from the SWT repo, I see navigation problems in IDEApplication, when opened from the External Plug-in Libraries project.
If I go to IDEApplication.start() and I try to open Display, it opens a class in the JDK, not in SWT. Also I cannot Ctrl+left click checkInstanceLocation in this line, to navigate to the definition of the method:
If I have
org.eclipse.swt.gtk.linux.x86_64imported from the SWT repo, I see navigation problems inIDEApplication, when opened from the External Plug-in Libraries project.If I go to
IDEApplication.start()and I try to openDisplay, it opens a class in the JDK, not in SWT. Also I cannot Ctrl+left clickcheckInstanceLocationin this line, to navigate to the definition of the method:Sometimes I see also broken syntax highlighting. This is not the only class in which I run into such problems as of late.
See screen recording:
vokoscreenNG-2026-03-23_16-06-35.mp4
I see this in e.g. a new workspace with:
To have the External Plug-in Libraries project, Ctrl+3 and use: "Add All Plug-ins to Java Workspace Scope"
Importing
org.eclipse.swt.gtk.linux.x86_64from the running platform also causes the issue.