[TxMt] Control TM with AppleScript?

Hans-Joerg Bibiko bibiko at eva.mpg.de
Wed Dec 6 15:27:31 UTC 2006


I googled for it but I didn't find the correct answer.

Is it possible to control TM via AppleScript à la


tell app "TextMate"
	activate
end tell
tell app "System Events"
     tell process "TextMate.app"
         tell menu bar 1
             tell menu bar item "Help"
                 tell menu "Help"
                     click menu item "Release Notes"
                 end tell
             end tell
         end tell
     end tell
end tell


I tried several things but I couldn't find a solution and it seems to  
me that this is not possible.

Many thanks for every hint.

-Hans





More information about the textmate mailing list