Add a Javascript "profile" whichs able to interop with SciTE. http://duktape.org/
Enhance find replace:
show two input fields for find/replace: (startVerb) (EndVerb)
so we can easy search and replace Text that sits between 2 search strings using simple ? wildcards /without using a regexp. Reason: i just dont like "Lazy Quantifying" :/... [Find: \\t\\n(.*?)\\t\\n][Replace: \1Blabla] (Eeasy.. or not ?)
Use FLTK/nano-x (Scite on Microcontrollers fun(tm:)) and/or QT as a Gui Toolkit.