From 6ed3892e53bbad8ac5af2bfacecb773337a501f3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 21 Aug 2000 12:28:18 +0000 Subject: Merging patches from Ferda and Jan. Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. --- doc/ScintillaDoc.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 743838af0..695dd3a63 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -606,6 +606,11 @@ SCI_AUTOCGETSEPARATOR SCI_AUTOCSELECT(<unused>,char *stringtoselect) SCI_AUTOCSETCANCELATSTART(bool cancel) SCI_AUTOCGETCANCELATSTART +SCI_AUTOCSETFILLUPS(<unused>,char *chars) +SCI_AUTOCSETCHOOSESINGLE(bool chooseSingle) +SCI_AUTOCGETCHOOSESINGLE +SCI_AUTOCSETIGNORECASE(bool ignoreCase) +SCI_AUTOCGETIGNORECASE

Auto completion displays a list box based upon the users typing showing likely identifiers. -- cgit v1.2.3