Ticket #795 (assigned enhancement)
Ctrl-Tab is using tab display order rather than last-used order
| Reported by: | patspam | Owned by: | Sewi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.52 |
| Keywords: | Cc: | plaven@… |
Description
Ctrl-Tab is using tab display order rather than last-used order (Ubuntu 9.10, Padre 0.52).
Change History
comment:3 Changed 2 years ago by waxhead
- Cc plaven@… added
- Type changed from defect to enhancement
It's on my to do list over the chirstmas break if no one else gets it done.
There is some work done already with tracking the last used tab order, so now it's a matter of hooking it all together in some meaningful way.
I'm changing this from a defect ( since crtl-tab works ) to an enhancement.
comment:4 Changed 2 years ago by patspam
Sorry, I must have gotten my wires crossed, I thought the release notes for 0.52 said it had been done already :)
comment:5 Changed 2 years ago by waxhead
Sorry about for the misunderstanding.
the CRTL-Tab issue where we lost the use of CRTL-Tab to cycle through the tabs in the notebook was fixed.
Looking through the code I can see that the history for last opened is in there.
I've just made two line changes to implement this with the CRTL-Tab. However changing the behaviour wiht out warning may annoy some people.

Related to #306