aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Scripting
Commit message (Collapse)AuthorAgeFilesLines
* • improved Bundle support; now it the passed input string will be saved as ↵Bibiko2010-11-101-1/+1
| | | | | | | temp file SP_BUNDLE_INPUT_FILE since stdin and shell vars are difficult to handle for a large amount of data • fixed AppleScript class definition since it was renamed • added support for the URL scheme 'sequel' to allow to interact with Sequel Pro eg via bash: open 'sequelpro://executequery=select%205' [not yet implemented ;)]
* • fixed AppleScript crash after calling 'open' without any parameterBibiko2010-08-311-2/+4
| | | | | | | | - this should fix the issues 108, 1398, 226 , 1157, 1473 • added AppleScript support for command 'print' - it prints the active view • renamed SP classes in sequel-pro.scriptSuite • AppleScript command 'make new document' opens a new window and connects to default automatically if set
* Tidy up the Resources directory to match that of Xcode's logical directory ↵stuconnolly2010-07-032-0/+45
structure.