There are actually two options, at least in Spyder 2.2.1: 1) A button in the left corner of the editor with the combo box with all files.
2) A dialog with all files which are open and the advantage of this dialog is that there is a search box. You can assign shortcut for this in preferences. I personally wouldn't use two rows of tabs, they eat vertical space and moreover, I cannot find there anything. Ad 2) The only problem with this dialog is that it doesn't shows the directories (full paths) but only file names, so it does not work if you have more utils.py in your project in different directories. The other thing is that it can use Levenshtein distance instead of normal search (does not support regexp either but they wouldn't be so useful as Levenshtein distance). Do you think that these ideas are worth to create a ticket? Vaclav On Wed, Sep 11, 2013 at 10:48 PM, Carlos Córdoba <[email protected]>wrote: > Nope, there isn't such option at the moment and I don't think it'd be so > easy to implement. However there is an option in the Editor options menu > (the button far to the right of the file tabs) called "File list > management" which you can use to quickly find the file you need. > > What we can do at the moment is to add an keyboard shortcut to that option > to ease this process. Would be that ok for you? > > Cheers, > Carlos > > El 05/09/13 13:44, [email protected] escribió: > > Hi all, >> >> Frequently when I'm working with Spyder I'll have 10+ files open in the >> editor, and moving between them can be a little tedious. Is there a way to >> have Spyder show more than one row of tabs at a time? I haven't been able >> to find such an option. >> >> Thanks, >> Jacob >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to >> spyderlib+unsubscribe@**googlegroups.com<spyderlib%[email protected]> >> . >> To post to this group, send email to [email protected]. >> Visit this group at >> http://groups.google.com/**group/spyderlib<http://groups.google.com/group/spyderlib> >> . >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > spyderlib+unsubscribe@**googlegroups.com<spyderlib%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/spyderlib<http://groups.google.com/group/spyderlib> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
