postcasio / tree-view-open-files

Atom package to show open files in a list above the tree view. (like Sublime Text)
MIT License
27 stars 20 forks source link

Add option to not group by panes #18

Open kankaristo opened 9 years ago

kankaristo commented 9 years ago

Thanks for a great package! I don't really feel at home with tabs, so this is a fantastic feature to have.

It would be nice to have an option to not group the open files by pane, so it would just be a simple list of open files.

It would be a flat (alphabetized) structure; something like this:

console.lua
keymap.cson
hierarchy.cpp - Pane 1
hierarchy.cpp - Pane 2
hierarchy.h
xmlutils.cpp
xmlutils.h

The pane names would only be visible if the same file is open in multiple panes. Having the pane names there would be a nice bonus, but just collapsing the same file into one item would be fine too.

liquidvisual commented 9 years ago

+1