One of the reasons that it's useful to have missing feature, with a preview of tabs and their order before you release ctrl (as happens in Firefox Ctrl-tab and Windows Alt-tab), is that you can jump, say, the 3rd most recently used tab to the front, without affecting the 2nd most recently used tab. I.e.:
Assume order is A-B-C-D-E-F-G
Ctrl-Tab
Now order is B-A-C-D-E-F-G
Ctrl-Tab
Now order is back to A-B-C-D-E-F-G
Ctrl-Tab-Tab-Tab
Now order is D-A-B-C-E-F-G. D got pulled to front without affecting any other order.
Ctrl-Tab
Now order is A-D-B-C-E-F-G
And now I can flip back and forth between A and D as much as I want with Ctrl-Tab.
With Ctrl-F6-style tab switching, you can't pull D up to the front like that, without changing the order of everything along the way. I.e.:
A-B-C-D-E-F-G
Ctrl-F6, Ctrl-F6, Ctrl-F6
Now order is D-C-B-A-E-F-G
So A is moved far away in order to get to D. To get back to A I have to Shift-Ctrl-F6 3 times...which pushes D back 3 places.
So, there's three ways:
- Ctrl-F6 / Ctrl-Shift-F6 style
(one at a time, order of most recently used, every press changes order)
- Alt-up / Alt-down style (in my browser this is Ctrl-Pgup / Ctrl-Pgdown)
(one at a time, order of tab placement, order doesn't change)
- Alt-tab{-tab...} / Alt-shift-tab{-tab...} style
(goes to nth most recently used depending on number of tab presses before releasing modifier key, changes order of selected tab upon release)
It sounds like UtraEdit supports the first two ways, and not the third way.
Separate issue is that UE doesn't allow you to reassign meaning of Ctrl-Tab/Ctrl-Shift-Tab. But that still wouldn't provide access to the third way.