From 768e0c5c1eb12f30cc98f2a0faacf8bb5407f178 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 20 Jan 2010 02:25:37 +0000 Subject: Fix for first description of SCI_SEARCHINTARGET. Fixes bug #2935229. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index a1f0b38a8..e37286dd8 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -747,8 +747,8 @@ struct TextToFind { SCI_REPLACETARGET or SCI_REPLACETARGETRE.

Searching can be performed within the target range with SCI_SEARCHINTARGET, - which uses a counted string to allow searching for null characters. It returns the length of - range or -1 for failure, in which case the target is not moved. The flags used by + which uses a counted string to allow searching for null characters. It returns the + position of the start of the matching text range or -1 for failure, in which case the target is not moved. The flags used by SCI_SEARCHINTARGET such as SCFIND_MATCHCASE, SCFIND_WHOLEWORD, SCFIND_WORDSTART, and SCFIND_REGEXP can be set with SCI_SETSEARCHFLAGS. SCI_SEARCHINTARGET may be simpler -- cgit v1.2.3