Bug 148382 - [MPE] Leave multi page editor with Control-Page Up/Down
Summary: [MPE] Leave multi page editor with Control-Page Up/Down
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P5 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-06-23 09:00 EDT by Guenther Koegel CLA
Modified: 2019-09-06 16:10 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guenther Koegel CLA 2006-06-23 09:00:33 EDT
In the Java perspective I can cycle through my open editors by pressing Control and Page Up/Down keys. After I enter a multi page editor I cannot leave it with Control and Page Up/Down any longer.

I suggest that pressing Control and Page Down on the last multi page leaves the editor for the next editor while pressing Control and Page Up on the first multi page leaves the editor for the previous editor.

Version: Eclipse SDK, Version: 3.2.0, Build id: I20060602-1317

Probably the implementation of CTabFolder decides this behaviour around line 2148 by using the modulo operator <code>index = (...) % count</code>

Motivation: I do not wish to leave the keyboard and grab the mouse...
Comment 1 Paul Webster CLA 2006-09-28 11:01:44 EDT
There are currently no plans to work on this feature.

PW
Comment 2 Denis Roy CLA 2007-06-22 09:33:28 EDT
Changes requested on bug 193523
Comment 3 Eclipse Webmaster CLA 2019-09-06 16:10:01 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.