From 0e9af9602a2e5b6c337626f8629f3fb0acea805c Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 6 Jan 2016 15:47:13 +1100 Subject: Clarify out of bounds behaviour. --- doc/ScintillaDoc.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 5a5a3a532..28fd9ca2e 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1501,6 +1501,7 @@ struct Sci_TextToFind {

SCI_POSITIONRELATIVE(int position, int relative)
Count a number of whole characters before or after the argument position and return that position. The minimum position returned is 0 and the maximum is the last position in the document. + If the position goes past the document end then 0 is returned.

SCI_COUNTCHARACTERS(int startPos, int endPos)
-- cgit v1.2.3