aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/sequel-pro.scriptTerminology
Commit message (Collapse)AuthorAgeFilesLines
* • cleaned and improved AppleScript supportBibiko2009-10-141-22/+8
| | | | | | - now 'activate' & 'quit' works due to that fact that if an app is scriptable the Dock's "Quit" command calls handleQuitScriptCommand: which has to be implemened - fixed issue that SPAppController has to be the delegate for NSApp to support AS - added support for AS à la: "get name of first document" or "close every window" etc.
* • cleaned the current Applescript support definitions slightlyBibiko2009-10-131-18/+18
| | | | | - removed unnecessary method 'handleQuitScriptCommand' from SPAppController - set main class to SPAppController
* • Sequel Pro now understands the AppleScript command 'quit' correctlyBibiko2009-10-131-2/+2
| | | | - this fixed issue 434
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+31
structure.