tylersuggs / textmate-missingdrawer

A better sidebar for Textmate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MissingDrawer.tmplugin

This plugin provides Xcode-like project window interface without drawer and adds "Open Terminal Here" button to the file list's button panel.

Screenshot

Installation

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

Changing the sidebar background color

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.

Authors

The source code is released under the MIT license. Please see LICENSE for more information.

About

A better sidebar for Textmate.

License:Other