aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 39bdb2003..3262ae660 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -154,12 +154,17 @@ EM_POSFROMCHAR(int position, POINT *location)
EM_SELECTIONTYPE
EM_HIDESELECTION(bool hide)
SCI_GETLENGTH
+SCI_SETCURRENTPOS(int position)
SCI_GETCURRENTPOS
+SCI_SETANCHOR(int position)
SCI_GETANCHOR
+SCI_SETSELECTIONSTART(int position)
+SCI_GETSELECTIONSTART
+SCI_SETSELECTIONEND(int position)
+SCI_GETSELECTIONEND
SCI_SELECTALL
SCI_GOTOLINE(int line)
SCI_GOTOPOS(int position)
-SCI_SETANCHOR(int position)
SCI_GETCURLINE(int textlen, char *text)
SCI_LINELENGTH(int line)
SCI_SETCARETPOLICY(int policy)