Quote:
|
Originally Posted by calani
Here's another bug I've found:
When saving/loading a file, all the newlines get doubled. This makes it extremely difficult to make a notepad-style script.
I've only tested this on a Windows computer... not sure if that bears any relevance to the problem (I was thinking CRLF (windows) vs CR (linux) for newlines might have something to do with it).
|
What exactly is the problem with the attached file? Graal saves files just with a normal line end "\n" so they work fine on Unixes and with editors like Wordpad. When it's loading files then Graal is accepting both unix "\n" and dos "\r\n"