Nice, i am downloading it right now, glad its only 963kb. I will see what the config file does, then i will edit this post to give any suggestions or ideas i may have (and bugs of course).
(This is not an edit)
When formatting (last time i tried), i find it usefull when you have a block like:
open to write 1,"MyFile.txt"
write string 1,"Something"
write string 1,"Something else"
write string 1,"Yet another thing"
write string 1,"Oh, one more thing"
write string 1,"The last thing i swear!"
close file 1
It would be usefull to add spaces, ex:
open to write 1,"MyFile.txt"
write string 1,"Something"
write string 1,"Something else"
write string 1,"Yet another thing"
write string 1,"Oh, one more thing"
write string 1,"The last thing i swear!"
close file 1
except, ive usually got 1000s of lines of things needed to be written (Well, at least in the double digits), and i would find that usefull.
Also (Still original post), it would be usefull to choose the amount of spaces, like by default it might be 3, so the user can choose 1,2,3,4, etc. Just an idea.
Anyways, looks good.