This plugin provides Xcode-like project window interface without drawer and adds "Open Terminal Here" button to the file list's button panel.
To install the plugin to TextMate, download the latest version from the Project download page and double click the MissingDrawer.plugin file contained or simply run the following commands in Terminal:
$ curl -Lo MissingDrawer.zip http://github.com/downloads/jezdez/textmate-missingdrawer/MissingDrawer_2010-08-23.zip
$ unzip MissingDrawer.zip
$ open MissingDrawer/MissingDrawer.tmplugin
Rather like a white sidebar background color instead of the cool new default blue? Just run this (for white):
$ defaults write com.macromates.TextMate MDSideViewBgColor "1.0;1.0;1.0"
or simply
$ defaults write com.macromates.TextMate MDSideViewBgColor "white"
Change the "white"
to "blue"
if you changed your mind.
A preferences UI for that setting is planned, meanwhile set any RGB color you prefer like above.
The source code is released under the MIT license. Please see LICENSE for more information.