This isn't a bug with the Blitz compiler as such, but with the graphical user interface itself.
I copied a section of code from an older version of Blitz, and it totally messed up the font.
If it used to read
Print "Hello World"
it now reads
Pr int " Hel loWo rld"
or something like that.
HOWEVER, it does compile correctly. I.E. there are no spaces where there look like there are spaces.
I came to the conclusion that by pasting in a new font into Blitz, it changed the standard font that Blitz was using. What is even more strange is that the font change affected ALL of my other .bb files.
The font bug was fixed by exiting Blitz and restarting it.
I copied a section of code from an older version of Blitz, and it totally messed up the font.
If it used to read
Print "Hello World"
it now reads
Pr int " Hel loWo rld"
or something like that.
HOWEVER, it does compile correctly. I.E. there are no spaces where there look like there are spaces.
I came to the conclusion that by pasting in a new font into Blitz, it changed the standard font that Blitz was using. What is even more strange is that the font change affected ALL of my other .bb files.
The font bug was fixed by exiting Blitz and restarting it.