From 30d756cb5d202b3adb5609dd517a14c97774129d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 27 Mar 2001 02:55:51 +0000 Subject: Documented that SearchNext and SearchPrev do not ensure the selection is visible. --- include/Scintilla.iface | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3