-
Notifications
You must be signed in to change notification settings - Fork 228
Fix traversal of CTabFolders with PgUp/PgDown #2864 #3558
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
Fix traversal of CTabFolders with PgUp/PgDown #2864 #3558
Conversation
258a746 to
a91c7a3
Compare
Test Results 3 018 files ±0 3 018 suites ±0 2h 17m 50s ⏱️ + 11m 6s For more details on these failures, see this check. Results for commit 2aa86f6. ± Comparison against base commit 8b402ec. ♻️ This comment has been updated with latest results. |
|
is this the same issue as reported / fixed in #3552 ? |
Ah yes, damn. I did not see/find the initial issue. |
Christopher-Hermann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Retested and everything works like expected.
a91c7a3 to
208c346
Compare
|
Thank you for looking into it, @Christopher-Hermann and @BeckerWdf ! If that's OK with you, I would like to merge my PR since I think getting the "top-level" ... but since you worked on it too ...
... I added you both as Co-Authors :-) I plan to merge as soon as 4.39 is open for development. |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
When traversing from an editor with tabs (e.g. a POM or MANIFEST editor), which is a CTabFolder itself, I made sure that the traversal happens from the top-level CTabFolder i.e. from the one that contains all open editors instead of trying to traverse inside the editor itself. Fixes eclipse-platform#2864 Co-authored-by: Christopher Hermann <[email protected]> Co-authored-by: Matthias Becker <[email protected]>
39d7999 to
2aa86f6
Compare
When traversing from an editor with tabs (e.g. a POM or MANIFEST editor), which is a CTabFolder itself, I made sure that the traversal happens from the top-level CTabFolder i.e. from the one that contains all open editors instead of trying to traverse inside the editor itself.
Fixes #2864