As long as we’re all nit-picking over quirks in the IDE, can you take a moment to look at the coloring routines?
PRINT 1.18E+1000
This prints RED, then WHITE, then WHITE to the + sign, with the 1000 being RED... As you type code, and the error checker does its thing each keypress, that number flickers over and over, uncertain what the heck to color itself. It’s distracting as can be, drawing eyes towards it, making the user (me, at least) get lost with what they were doing and causing extra typos in the code.
If we can’t have it auto-color itself properly, can we get an option to disable custom colors completely for numbers? Or is there some simple trick I’ve overlooked to choose a character color which won’t flicker? (Perhaps set the color white, as that’s what it seems to try and revert back to? I’ll have to try that later..)
Just thought I’d mention it, since you’re going to be digging around in the IDE soon, anyway. ;)