Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link with editor does not work in Project Explorer when project presentation is "hierarchical" #2623

Open
Kiiv opened this issue Dec 12, 2024 · 1 comment
Labels
bug Something isn't working macOS happens on macOS

Comments

@Kiiv
Copy link

Kiiv commented Dec 12, 2024

Following #819

Steps to reproduce

From a fresh installation and clean workspace:

In Project Explorer, ensure "Link with Editor" is enabled.
In Project Explorer, double click to open a project.
Use the open resource dialog (shift+⌘+r) to open src/main/java/com/example/package1/File1.java
Use the open resource dialog to open src/main/java/com/example/package2/File2.java
Use the open resource dialog to switch back to File1.java, and note the link with editor functionality isn't working.
Use previous (fn+control+up arrow) and next (fn+control+down arrow) tab shortcuts to switch between open files, and note the link with editor functionality isn't working.
Click on the open tabs one at a time, and note the link with editor functionality isn't working.
In Project Explorer, manually expand the tree until you can see the contents of package1 (but not package2).
Repeat steps 5-7, and note that the "Link with Editor" is working when the tab for File1.java is active (but not File2.java).
In Project Explorer, manually expand the tree until you can see the contents of package2.
Repeat steps 5-7, and note that the "Link with Editor" is working with File1.java and File2.java.

Tested under this environment:

  • OS & version: Mac & Debian
  • Eclipse IDE/Platform version (as shown in Help > About):
    Version: 2024-12 (4.34.0)
    Build id: 20241128-0757
@Kiiv Kiiv added the bug Something isn't working label Dec 12, 2024
@jukzi jukzi added the macOS happens on macOS label Dec 13, 2024
@jukzi
Copy link
Contributor

jukzi commented Dec 13, 2024

I never had problem with links on win and cant test on mac. But if you can contribute a patch it will be accepted. see https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working macOS happens on macOS
Projects
None yet
Development

No branches or pull requests

2 participants