aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-26 01:30:56 +0000
committernyamatongwe <unknown>2002-01-26 01:30:56 +0000
commit18d6038c74e94f71cb8aacb391dafe48ef611bb6 (patch)
treeaf5d08cbe5e1fd048756e655a19b2fc2ddb55292
parent6143225c814c081c57fced4ad1c8a6a9eb0d944d (diff)
downloadscintilla-mirror-18d6038c74e94f71cb8aacb391dafe48ef611bb6.tar.gz
More on auto-completion including fillup charactes.
-rw-r--r--doc/ScintillaDoc.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 0988ffc87..63c70ea22 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -910,7 +910,12 @@ SCI_AUTOCGETDROPRESTOFWORD
</pre>
<p>
Auto completion displays a list box based upon the users typing
- showing likely identifiers.
+ showing likely identifiers.
+ The user chooses the currently selected item by pressing the tab character
+ or another character that is a member of the fillup character set defined
+ with SCI_AUTOCSETFILLUPS.
+ </p>
+ <p>
The SCI_AUTOCSHOW message causes this list to be displayed, with
its argument being a list of words separated by separator
characters. The initial separator character is a space but this can