Re: a Smile, Script Debugger, Scripter
Re: a Smile, Script Debugger, Scripter
- Subject: Re: a Smile, Script Debugger, Scripter
- From: Timothy Bates <email@hidden>
- Date: Wed, 31 Jan 2001 02:02:44 +1100
On 1/31/01 1:11 AM, "Jeff Handy" <email@hidden> wrote:
>
the Script Debugger interface
>
feels more familiar to me. I'm certainly considering doing what a
>
fellow AppleScripter(Yosemite) suggested: buy SD AND ScriptBase.
I find that the most powerful feature of script debugger is the "library"
panel it adds to every script. This functions just like "include" in other
languages and let's your script act as if all the functions in any library
files you include are actually inline in your script.
This is fantastic, as a script or 10 lines can call on a large library of
handlers (functions).
If you do need a database solution, you might consider dropping $50 on
Valentina. I have not done this as I use MySQL on unix, but this certainly
looks pretty nice and is fully AppleScriptable. As Latenight Software's
Script Debugger 2 is also scriptable, they could work together.
iTim