Re: Any good text editors?
Re: Any good text editors?
- Subject: Re: Any good text editors?
- From: Doug McNutt <email@hidden>
- Date: Thu, 26 May 2005 20:20:29 -0600
At 13:15 -0600 5/26/05, Gnarlodious wrote:
>Of all the editors it (Tex-Edit) is the most Applescriptable. It features full styling
>including setting background color.
There is room for argument about that. BBEdit is recordable.
But I find BBEdit worksheets the way to go for AppleScripting. Like this:
osascript << ENDSCRIPT
tell application "whatever"
more AppleScript commands
end tell
ENDSCRIPT
Select the lines and poke enter to get them executed. Or program your right mouse button to look like an enter.
And, by the way, perhaps you'd rather do perl than AppleScript.. It's just as easy without leaving the editor. It's almost - but not close enough to - the MPW of classic Macintosh..
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden