Replying to:TheV360
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>
Thanks for posting those issues. I wll try to solve them ASAP.
1. I didn't understand very well the first problem but I'll add those options on the config screen. I need to change all the inputs of the editor anyway because the best way to implement undo and redo is to turn every action in events.
2. I will put that idea on the list but I don't think that I'll do that soon. I want to set all the basic features of the editor first.
3. Mmm... I didn't expect that behavior with the auto indenter but I will check whats the problem.