Re: Setting default editor for when scripts go belly-up
Re: Setting default editor for when scripts go belly-up
- Subject: Re: Setting default editor for when scripts go belly-up
- From: JJ <email@hidden>
- Date: Mon, 22 Apr 2002 03:52:30 +0200
>
I recently joined the happy community of Script Debugger users. In OS X,
>
it's easy to make it my default script editor when I open up a compiled
>
script, but what about those moments when an applet is running and things go
>
wrong. An untrapped error puts up a dialog with an edit button that opens
>
the applet in Script Editor if I click it. Is there a way to have the applet
>
open in Script Debugger instead? (Without adding extra error-trapping code
>
to my scripts, that is.)
>
>
TIA
It doesn't mark-up the errors, but a workarround is:
- compress/delete Script Editor
- make-save an applet which will handle the open command:
on open this_file
tell app "Finder" to open this_file... -using your preferred app
end open
- set its creator type to "ToyS"
JJ
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.