From d27cc8e66dd4cbccc62caa9d6e093da32e28ce0b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 6 Feb 2002 11:46:25 +0000 Subject: Updated AutoCompletion. --- doc/ScintillaDoc.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 63c70ea22..e9e5e5eaf 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -924,6 +924,7 @@ SCI_AUTOCGETDROPRESTOFWORD 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 list of words should be in sorted order.

The current selection can be triggered with the SCI_AUTOCCOMPLETE @@ -934,6 +935,12 @@ SCI_AUTOCGETDROPRESTOFWORD characters which will cancel autocompletion can be specified with the SCI_AUTOCSTOPS.

+

+ If set to ignore case mode with SCI_AUTOCSETIGNORECASE, + then strings are matched after being converted to upper case. + One result of this is that the list should be sorted with the punctuation + characters '[', '\', ']', '^', '_', and '`' sorted after letters. +

The default behaviour is for the list to be cancelled if the caret moves before the location it was at when the list was displayed. -- cgit v1.2.3