Scintilla select text
Posted: Wed Mar 26, 2025 1:24 pm
How to select all text in a document? This doesn't work:
Code: Select all
ScintillaSendMessage(#SC, #SCI_SETSELECTION,0, ScintillaSendMessage(#SC, #SCI_GETLENGTH))