aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-03-27 02:55:51 +0000
committernyamatongwe <devnull@localhost>2001-03-27 02:55:51 +0000
commite040b6ac30156c57492e31150803ffb7b5d0201d (patch)
tree92009ce0e852c385fe54f58b96a86dfe04e204b5
parentf808cc958f22f76c1551a2739eafeef97e755093 (diff)
downloadscintilla-mirror-e040b6ac30156c57492e31150803ffb7b5d0201d.tar.gz
Documented that SearchNext and SearchPrev do not ensure the selection is
visible.
-rw-r--r--include/Scintilla.iface2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 87bfccc7a..baf3faf4c 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -957,9 +957,11 @@ set void SetEdgeColour=2365(colour edgeColour,)
fun void SearchAnchor=2366(,)
# Find some text starting at the search anchor.
+# Does not ensure the selection is visible.
fun int SearchNext=2367(int flags, string text)
# Find some text starting at the search anchor and moving backwards.
+# Does not ensure the selection is visible.
fun int SearchPrev=2368(int flags, string text)
# Show caret within N lines of edge when it's scrolled to view