From 0deaa9b95af06c01fa0e6714ad73b41ed22ae5c7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Apr 2000 13:52:17 +0000 Subject: Added get/set of separator character used when setting auto-completion list. Message for selecting an element of the autocompletion list. --- doc/ScintillaDoc.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6678f3aac..c2ce990df 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -538,12 +538,18 @@ SCI_AUTOCACTIVE SCI_AUTOCPOSSTART SCI_AUTOCCOMPLETE SCI_AUTOCSTOPS(<unused>,char *chars) +SCI_AUTOCSETSEPARATOR(char separator) +SCI_AUTOCGETSEPARATOR +SCI_AUTOCSELECT(<unused>,char *stringtoselect)

Auto completion displays a list box based upon the users typing showing likely identifiers. The SCI_AUTOCSHOW message causes this list to be displayed, with its argument being a list of - words separated by space characters. SCI_AUTOCPOSSTART returns the value of the current + words separated by separator characters. The initial separator character is a space but this can + be set or got with SCI_AUTOCSETSEPARATOR and SCI_AUTOCGETSEPARATOR. + SCI_AUTOCPOSSTART returns the value of the current position when SCI_AUTOCSHOW started display of the list. + An entry can be selected SCI_AUTOCSELECT.

The current selection can be triggered with the SCI_AUTOCCOMPLETE message. This has the same -- cgit v1.2.3