From b21844d93bf5a488ca461404636efe29804a574f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 6 Mar 2012 10:24:52 +1100 Subject: Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b87650526..0dde0a958 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@

Scintilla Documentation

-

Last edited 24/January/2012 NH

+

Last edited 6/March/2012 NH

There is an overview of the internal design of Scintilla.
@@ -4015,7 +4015,7 @@ struct Sci_TextToFind { SCI_AUTOCGETCANCELATSTART
The default behavior is for the list to be cancelled if the caret moves to the location it was at when the list was displayed. By calling this message with a false argument, - the list is not cancelled until the caret moves before the first character of the word being + the list is not cancelled until the caret moves at least one character before the word being completed.

SCI_AUTOCSETFILLUPS(<unused>, const char *chars)
-- cgit v1.2.3