aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-01-06 15:47:13 +1100
committerNeil <nyamatongwe@gmail.com>2016-01-06 15:47:13 +1100
commit0e9af9602a2e5b6c337626f8629f3fb0acea805c (patch)
tree614ff375fe037281755691f08f4b0e9276f0eb09 /doc/ScintillaDoc.html
parent442bbc78f999fac7985a901e2f5eb8930de53d2e (diff)
downloadscintilla-mirror-0e9af9602a2e5b6c337626f8629f3fb0acea805c.tar.gz
Clarify out of bounds behaviour.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html1
1 files changed, 1 insertions, 0 deletions
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 {
<p><b id="SCI_POSITIONRELATIVE">SCI_POSITIONRELATIVE(int position, int relative)</b><br />
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.
</p>
<p><b id="SCI_COUNTCHARACTERS">SCI_COUNTCHARACTERS(int startPos, int endPos)</b><br />