Re: Script Editor freaks out
Re: Script Editor freaks out
- Subject: Re: Script Editor freaks out
- From: has <email@hidden>
- Date: Thu, 17 Jan 2008 23:26:58 +0000
On 17 Jan 2008, at 23:13, Amandeep Singh wrote:
We generate scripts in text format, and then manually copy-paste them
into script editor, so that formatting happens and syntax is checked.
The scripts tend to go really big. When the file size reaches around
400K, script editor stops formatting the scripts.
You're likely hitting one of the AppleScript language's internal limits.
Any suggestions?
Write a better code generator that produces more concise output /
avoid using code generation in the first place / use another language
that doesn't have such limitations.
For more specific suggestions, provide more details about what your
code generator needs to do and examples of its input and output.
HTH
has
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden