On 1/13/06 4:23 PM, "Soryu" Soryu@serenity.de wrote:
The textmate manual has a section 2.1.4 Positioning the Project Drawer, btw.
Thanks! Silly me, I forgot to look there...
http://macromates.com/textmate/manual/working_with_multiple_files#positionin g_the_project_drawer
I've updated my "open in TextMate" applescript so it resizes the window to full screen after opening. If it opens a folder, it now leaves room for the Project Drawer on the left and hit's control-option-command-d twice to make sure it opens on the left side. Like this:
tell application "System Events" keystroke "d" using {control down, option down, command down} keystroke "d" using {control down, option down, command down} end tell
Attached is the updated script for those interested.