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