Hello,
Is it possible to arrange tabs with file names into multiple lines? I often have dozens of files open and it really becomes annoying to switch between them.
So, instead of (fixed width :)
+-------+-------+-------+-------+---- | file1 | file2 | file3 | file4 | >>> +-------+-------+-------+-------+----
it would be nice to see:
+-------+-------+-------+-------+ | file1 | file2 | file3 | file4 | +-------+-------+-------+-------+ | file5 | file6 | file7 | +-------+-------+-------+
Here's a screenshot of what I have in mind with multiple lines (the first screenshot that I have found; used in another context, but nevertheless): http://www.emeditor.com/images/emeditor7_virtual_space.png
Thanks a lot, Mojca