Code: Select all
ScintillaSendMessage(#SC, #SCI_SETSELECTION,0, ScintillaSendMessage(#SC, #SCI_GETLENGTH))
Code: Select all
ScintillaSendMessage(#SC, #SCI_SETSELECTION,0, ScintillaSendMessage(#SC, #SCI_GETLENGTH))
Code: Select all
#SCI_SELECTALL ; This selects all the text in the document. The current position is not scrolled into view.
Code: Select all
ScintillaSendMessage(#ScintillaGadget, #SCI_SETSEL, 0, -1)