Hi Scintilla experts,
I want to insert text at the caret position when the caret is in virtual space, i.e. off the end of the line. Have tried SCI_REPLACESEL SCI_INSERTTEXT and sundry ways of trying to find the amount of virtual space. The problem with the latter is that there has to be a non-empty selection, and I can't make a selection without a position value. Of course Scintilla does it properly if a physical key is pressed, but darned if I can find a way to do it programmatically.
Thanks, Austin.