Skip to content

Navigation problems in IDEApplication from External Plug-in Libraries project #2269

@trancexpress

Description

@trancexpress

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:

			Object instanceLocationCheck = checkInstanceLocation(shell, appContext.getArguments());

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:

Eclipse SDK
Version: 2026-06 (4.40)
Build id: I20260321-1800

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_64 from the running platform also causes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions