When I open a folder with textmate, either from finder, quicksilver, or the shell addon (mate), the project drawer pops up. Is there a way this can be hidden by default?

enter image description here

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

There doesn't seem to be a setting for not showing the drawer by default.

If you can live without the drawer, you can make it as small as possible:

defaults write com.macromates.textmate OakProjectDrawerWidth -int 1

Which will leave you with a very small (but still slightly visible) drawer (can't post images yet). That last remnant would be even less noticeable if you install Ciarán Walsh’s ProjectPlus plugin.

The neatest solution would be to take the source code of ProjectPlus, and add the desired behaviour.

link|improve this answer
How do I put it back to the default value if I don't like your change? Just want to know before I try it. – cwd Oct 8 '11 at 16:35
defaults delete com.macromates.textmate OakProjectDrawerWidth – Orangenhain Oct 8 '11 at 16:39
just tested and this seems to work very well. the note about setting it back to default also works great. thanks! – cwd Oct 9 '11 at 23:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.