This plugin provides Xcode-like project window interface without drawer and adds "Open Terminal Here" button to the file list's button panel.
Simply run the following command to download the latest version from GitHub.
bash <(curl -s -L http://goo.gl/4RUoP)
You may also download the latest version from the project download page and double click the MissingDrawer.plugin file contained.
Delete the Missing Drawer plugin from the TextMate PlugIns directory in your Library (~/Library/Application Support/TextMate/PlugIns
).
rm -r "$HOME/Library/Application Support/TextMate/PlugIns/MissingDrawer.tmplugin"
To configure Missing Drawer, simply open TextMate's preferences, click the double arrow icon in the top right of the window, and choose Missing Drawer from the menu. The following preferences are supported:
- Changing the sidebar's color
- Enabling/Disabling the open terminal button
- Choosing the terminal application. Terminal and iTerm are supported
The source code is released under the MIT license. Please see LICENSE for more information.