From 287fcd2dbc814fadfea7955215acf8c7fb01357e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 18 Jan 2002 10:31:18 +0000 Subject: Documented DropRestOfWord mode for auto-completion. --- doc/ScintillaDoc.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 57fbcf019..8befe59aa 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -903,8 +903,10 @@ SCI_AUTOCSETCHOOSESINGLE(bool chooseSingle) SCI_AUTOCGETCHOOSESINGLE SCI_AUTOCSETIGNORECASE(bool ignoreCase) SCI_AUTOCGETIGNORECASE -SCI_AUTOCSETAUTOHIDE(bool bool autoHide) +SCI_AUTOCSETAUTOHIDE(bool autoHide) SCI_AUTOCGETAUTOHIDE +SCI_AUTOCSETDROPRESTOFWORD(bool dropRestOfWord) +SCI_AUTOCGETDROPRESTOFWORD

Auto completion displays a list box based upon the users typing @@ -936,9 +938,13 @@ SCI_AUTOCGETAUTOHIDE

The list will also be cancelled if there are no viable matches. - To avoid this behaviour call SCI_AUTOCSETAUTOHIDE with a false + To avoid this behaviour call SCI_AUTOCSETAUTOHIDE with a false argument.

+

+ When an item is selected, any word characters following the caret are first + erased if SCI_AUTOCSETDROPRESTOFWORD is used to set this mode. +

User lists

-- cgit v1.2.3