From e37826bb715cdee113202f925d65a78560dd2bff Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 14 Dec 2003 02:58:32 +0000 Subject: Added SCI_AUTOCGETCURRENT. --- doc/ScintillaDoc.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f93aaea89..cc6c8f422 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2872,6 +2872,7 @@ struct TextToFind { SCI_AUTOCGETSEPARATOR
SCI_AUTOCSELECT(<unused>, const char *select)
+ SCI_AUTOCGETCURRENT
SCI_AUTOCSETCANCELATSTART(bool cancel)
SCI_AUTOCGETCANCELATSTART
@@ -2937,6 +2938,7 @@ struct TextToFind { SCI_AUTOCSHOW list. The default is the space character.

SCI_AUTOCSELECT(<unused>, const char *select)
+ SCI_AUTOCGETCURRENT
This message selects an item in the autocompletion list. It searches the list of words for the first that matches select. By default, comparisons are case sensitive, but you can change this with SCI_AUTOCSETAUTOHIDE).

+ href="#SCI_AUTOCSETAUTOHIDE">SCI_AUTOCSETAUTOHIDE).
+ The current selection can be retrieved with SCI_AUTOCGETCURRENT +

SCI_AUTOCSETCANCELATSTART(bool cancel)
SCI_AUTOCGETCANCELATSTART
-- cgit v1.2.3