FastScripts Discussions

So, this is cool, at least I think so…

I’ve had issues in the past running some appleScripts from BBEdit’s internal script menu. (And from script menus of other apps, including ScriptDebugger). The issue is in running scripts with MyriadTables, or Dialog Toolket and some AObjC scripts.

So I tried this from the BBEdit menu, and it worked:

use AppleScript version "2.4" -- Yosemite (10.10) or later
use scripting additions
set myScript to <path to a script>
tell application "FastScripts"
	set result_Script_task to run myScript
end tell
2 Likes

Hi Ed - that’s great to hear you’re making good use of that feature and it’s helping you!

2 Likes