Adding some new functions to this editor. I want it to have both 'word selection' and 'auto indent' very similar to how qeditor (and hutch's other editors) works. Having some difficulty in converting hutch's 64 bit 'auto indent' function to 32 bit at the moment... it's almost there, but some unforeseen oddness as well. Back to the grindstone.

I'll look at this issue again later.

Word selection is up and running, will post the current executable for bug reporting purposes by 'volunteers*' after I get either the current 'auto indent' working properly, or the converted 64 bit version (hutch's) working properly.
* those members who have downloaded it and tested it.
The original version of this editor does have 'auto indent' but that one is a (roll your own) version of 'auto indent' that I was toying with, and it does not behave quite the way I am used to. If you press <enter> it does work as expected. Now pressing <enter> a second time it retains the indentation, rather than setting that line to 0 indentation (the way it works in qeditor). I prefer a one-shot of the auto-indent. Will continue trying to get the 64 bit version converted and working as expected unless I have a breakthrough in the development of my own version.