Commit 3b7d70e
Fix traversal of CTabFolders with PgUp/PgDown #2864
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
Co-authored-by: Christopher Hermann <christopher.hermann@sap.com>
Co-authored-by: Matthias Becker <ma.becker@sap.com>1 parent 29f3a4f commit 3b7d70e
File tree
1 file changed
+22
-5
lines changed- bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/handlers
1 file changed
+22
-5
lines changedLines changed: 22 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
62 | 79 | | |
63 | 80 | | |
64 | 81 | | |
| |||
0 commit comments