Keaz, I'VE SOLVED IT
!!!
Change this line in paddy
edit(i-1).handle=createEdit(5,28,625,360,1,tabs)
to these lines:
edit(i-1).handle=createRichEdit(5,28,625,360,tabs)
setGadgetText edit(i-1).handle,space$(60000)
setGadgetText edit(i-1).handle,""
And see what the new limit is
:
(Now 60,000 bytes instead of 32830)
Using this, the IDE could have the user specify the size allowed for each source file, probably in megabytes, and use space$(MBs*1024*1024), then set it back to ""
Of course, this setting would require the IDE to restart, because the limit cannot be lowered this way.
Hope this fixes our problems!
-Xol