Hello Sublime Editor,
There are a couple things that I don’t like about the file tree that appears in the side bar of the sublime editor:
-
As far as I can tell, you can’t get this file tree without creating a project. In fact, I didn’t even know this tree existed for the first little while that I was using the sublime editor. It wasn’t until I decided to create a project that I discovered it by accident. Why can’t you just view the file tree of your entire drive when you are outside of the context of a project?
-
Sometimes the parent directory is way off the screen and it’s hard to get back to a higher level directory, or to even know where you are in the directory tree. I really like the solution for this problem that JEdit’s File Explorer plugin uses. You can see a screenshot of this here: (http://www.jedit.org/index.php?page=screenshot&image=18). Look at the left of this. The file tree is broken up into two separate panes. The bottom pane is a free-flowing thing kind of like what you have in Sublime editor. The top one is not so much a tree, but more just a list of the ancestors of the current directory, so that’s it’s easy to see where you are in the file tree and jump back up to any ancestor directory without having to scroll around. Furthermore, another very useful feature that JEdit’s file tree has is a context menu option to jump to the directory of the current buffer. This is a good way to locate other files that you know are in the same directory as the one you are currently working on.