What things would you have added to smilebasic/the editor if you were in charge? This might be useful to know if anyone wanted to create their own editor, or just add some functions.
- ^ for exponents.
- OPTION to use 1-indexing
- Syntax highlighting (and autocomplete) for user defined functions and variables
- Syntax highlighting for +-*/
- Open source editor (which could fix all of these problems). (of course, someone could make one, but it would be hard. I have the beginning of a syntax highlighter (keyword detector), though (used in my auto indenter))
- Pressing SELECT in the editor runs the program in the current slot, not always slot 0.
- Change MOD back to %, and change DIV to \
- Add a logical XOR
- More variable types (BIT,BIT*N,BYTE) (with their own type suffixes, of course.)
- Type suffix (%,#) only required in VAR
- Smoother SCROLLing
- Being able to update programs on the server without deleting and reuploading them. (which changes the public key)
- Better error detection
- 3D Graphics (I'm sure there's a reason they didn't add this, though)
- QR code support!
- Reverse INSTR (Finds the LAST occurrence of a string in another string)
- Change KEY 5 to "RUN " (with a space at the end)
- More keyboards (access to ALL defined characters)
- More fast
- Default BREPEAT settings are the ones you set in the options menu
- Camera access