This is fantastic. The interface looks awesome, and it feels better designed than the default editor. However, I found a few problems. While typing some code, I found that the cursor has almost no delay between pressing it and the button repeating. For example, I type this:
WHO<backspace>ILT<backspace>E 1 VSYNC WENDand it comes out like this:
WIE 1 VSYNC WEND(I constantly use Y for backspace and A for enter) A solution to this would be having a key repeat page in the config. Also, it would be great if I could change the background color and sidebar color of the editor (or even have a GRP background) Also I have a glitch with the autoindent enter key thing. If I try to do this:
WHILE 1 <cursor>VSYNC WENDand press enter, it glitches out and does this:
WHILE 1 VSYNC W<cursor><out of place enter character?><normal enter character> ENDI got a crash from the 12me21 autoindenter thing, but I forgot the line number (somewhere around 4500). It said Subscript out of range. I can't reproduce it, but it happens when I do the autoindent thing, then immediately press enter. <whoops accidental post>