-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Make Ctrl+Tab to navigate between tabs in Most Recently Used (MRU) order #43
Comments
From pierre.raybaut on 2009-09-14T08:26:25Z Status: Accepted |
From pierre.raybaut on 2009-09-18T11:11:36Z Status: Fixed |
From [email protected] on 2009-09-18T15:38:08Z Trying the brand new version. Begins to look good. About MRU, we are nearly there. In tab1, I click tab3, then I click tab2. Spyder acts as is the history was updated on "click on tab to access tab" events, |
From pierre.raybaut on 2009-09-19T01:38:13Z Actually no, it should be back to 2: anyway, that's the behavior I have with Google |
From [email protected] on 2009-09-19T02:44:35Z Damn, you're right. So I formulated the problem badly. One more time : In tab1, I click tab3, then I click tab2. Put more simply : with MRU, if you keep on Ctrl + Tab-ing, you should switch between ... Hope I got this right this time. |
From pierre.raybaut on 2009-09-22T08:32:18Z I understand what behavior you're expecting, but again, when I'm doing this on |
From [email protected] on 2009-09-22T11:16:46Z The behavior I'm thinking about is indeed Windows' Alt+Tab but it's not what there I realize my example was needlessly convoluted. Sorry for the noise, I'll try again,
I hope we are not too far here in "personal preference" territory. The Alt+Tab |
From pierre.raybaut on 2009-09-22T12:03:54Z Ok, so in other words, you simply want that when Ctrl+Tab is pressed, the last tab is BTW, when you have several files opened at the same time, remember that the "Opened |
From [email protected] on 2009-09-22T12:57:58Z Not exactly. I was using the "cycle between the two last tabs" just because for me, Note that there is no need to have a special popup (as Windows does) and to switch I should have begun with the Alt+Tab analogy, I think it clears things up. Others Maybe the gain is not worth the pain? If you think so, maybe then a simple |
From [email protected] on 2013-08-01T01:26:32Z Completely agree with Y. Bonnemay. The aim should be for Ctrl+Tab in Spyder to work like Alt+Tab in Ubuntu or Windows. He explained it best: "If you keep on Alt+Tab several times, you switch between the two most recents apps. If you Alt+Tab, Tab, Tab, you go to the next apps in your history." Quickly toggling back and forth between two most recently used scripts in Spyder is not possible without lifting off the keyboard and using the mouse. This is less efficient and productive. This is also how tab switching works with most other applications I've used. |
From ccordoba12 on 2013-08-09T20:02:40Z We'll see what we can to improve the situation in our next release because current Tab behavior also confuses me. Status: Accepted |
From [email protected] on 2013-10-11T08:58:13Z It always surprises me when such a detailed discussion occurs regarding a question with multiple correct answers and nobody mentions config options. If at all feasible, the tabbing behavior should clearly be configurable in the preferences. Ideally through the keyboard shortcuts. As things are now, all I'd need is the ability to rewire the alt tab and control page up/down shortcuts. That should be simple, right? Any future variants of the MRU approach can be added in as further optional keyboard shortcuts. |
Any roadmap for this? Ctrl-tab in horizontal order is useless IMO. MRU would make a massive difference to Editor productivity. |
@blink1073, could you take a look at this one? |
Sure, seems feasible to at least provide the MRU capability. |
Fixes spyder-ide#13 Fixes spyder-ide#15 Fixes spyder-ide#16 Fixes spyder-ide#43 Fixes spyder-ide#46
So is there a way to turn this off and make it behave like a web browser? This is the only app I have where tabs behave so strangely. When I press Ctrl+Tab repeatedly, it just cycles between two tabs. Ctrl+Tab should go to the next tab, Ctrl+Shift+Tab should go to the last tab. |
From [email protected] on 2009-09-13T12:00:46Z
Ideally, Ctrl + Tab could be used to navigate between tabs in Most
Recently Used order.
You can see MRU in browsers or Notepad++ - very convenient to repeatedly
switch between two tabs.
The Matlabesque Ctrl+ PgUP/PgDwn becomes painful if the tabs are not
close, and the Ctrl + Tab is easy to remember, by analogy with the Alt +
Tab.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=43
The text was updated successfully, but these errors were encountered: