On Dec 14, 2014, at 09:26, Tom Robinson <[email protected]> wrote: > You've enthused me to look at libraries again. Interested to know why you're > saving the location though — from my reading anything in ~/Library/Script > Libraries is in the AppleScript search path and you just need to write 'use > script My Library.scpt'? ______________________________________________________________________
Hey Tom, Yes. I should have mentioned that this method is possible (ONLY) in Mavericks and Yosemite. I use Script Debugger, so I don't have to fool with either cumbersome method for normal libraries. "Just" is a relative notion, because when you employ it you break other things and have to know how to fix them. As soon as use <libname> : <script> shows up in an AppleScript all scripting additions (including Apple's) are broken unless you also add use scripting additions. On my system the original script is only a few lines, because all the handlers are hidden away in libraries. (I have about 150 handlers tucked away in 4 primary libraries.) -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
