-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Labels
Description
This bug is occurring in Eclipse EE 2025-03 on Windows. (I haven't used Eclipse in over a year, so I don't know if it was introduced in an earlier version.)
Ctrl+PgUp is mapped to "Previous Tab", and Ctrl+PgDown is mapped to "Next Tab". This has been working for decades, allowing me to navigate among tabs as expected in the Eclipse IDE.
- In Eclipse EE 2025-03, open multiple files.
- Additionally open a Maven POM file. The POM editor shows tabs at the bottom: "Overview", "Dependencies", "Dependency Hierarchy", "Effective POM", and "pom.xml".
- Open one more file so that its file tab shows up after the POM file tab.
- Go back to the POM file tab and select the "pom.xml" POM view tab at the bottom. (I have this set up to the default.)
- Select
Ctrl+PgUpto go to the previous file tab. - The selected file is changed to the previous open file tab as expected.
- Go back to the POM file tab.
- Select
Ctrl+PgDownto go to the next file tab. - Rather than going to the next open file tab, the editor switches to the previous open file tab. (Additionally, if you manually return to the POM file tab, you'll see that the editor view has changed from "pom.xml" to "Dependencies".
As you can imagine, this completely breaks navigating among file tabs when one of them is a Maven POM file. Perhaps the editor view tab hotkey mapping is overriding the global Eclipse IDE file editor tab. In any case, it is a new bug.
ykartsev