Starting from next ThinBASIC release ThinAIR will use two differents editor controls.
The first one is the well know ThinAIR built-in editor (named STANDARD), the second is a SCINTILLA based editor (named ADVANCED).
User can choose with which editor use, just selecting it by a EDITOR TYPE in EDITOR tab (from OPTIONS).
To ensure no failure at the start up the IDE automatically checks if the external Scintilla DLL is available and usable and only if OK ThinAIR starts to use it, otherwise the IDE starts with the standard editor.
For details about SCINTILLA please check http://www.scintilla.org/
For now only few keystroke are supported and I know there are a lots of not implemented features but this is only a preview, the rest will arrive soon (at least I hope).
Please feel free to report any comments, bugs, ideas and nice to have requests, I'll try do my best.

Regards,
Roberto