Sublime Forum

AppleScript .sdef file (dictionary)

#1

Any plan to include a .sdef file that will allow to interact to Sublime Text 2 via AppleScript.
I need to do something like:

tell application "Sublime Text 2" to return path of the first document

Nowadays I am doing it with:

tell application "Textmate" to return path of the first document

and works but you know…

0 Likes