[TxMt] Open folder on left?

Simon Dorfman emaillists at simondorfman.com
Fri Jan 13 23:21:35 UTC 2006


On 1/13/06 4:23 PM, "Soryu" <Soryu at 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.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: open in TextMate.applescript
URL: <http://lists.macromates.com/textmate/attachments/20060113/5e79d00b/attachment.applescript>


More information about the textmate mailing list