From 5bd5e8733e8e3ceb5e2f545adfd6e1b514b33a5c Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sun, 22 Feb 2015 09:56:46 +1100 Subject: Added SCI_SETTARGETRANGE method to set both the start and end of the target. --- doc/ScintillaDoc.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 77e723e04..1697af2ee 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -637,6 +637,7 @@ struct Sci_TextRange { SCI_GETTARGETSTART
SCI_SETTARGETEND(int pos)
SCI_GETTARGETEND
+ SCI_SETTARGETRANGE(int start, int end)
SCI_TARGETFROMSELECTION
SCI_SETSEARCHFLAGS(int searchFlags)
SCI_GETSEARCHFLAGS
@@ -653,6 +654,7 @@ struct Sci_TextRange { SCI_GETTARGETSTART
SCI_SETTARGETEND(int pos)
SCI_GETTARGETEND
+ SCI_SETTARGETRANGE(int start, int end)
These functions set and return the start and end of the target. When searching you can set start greater than end to find the last matching text in the target rather than the first matching text. The target is also set by a successful -- cgit v1.2.3