aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-26 01:30:56 +0000
committernyamatongwe <devnull@localhost>2002-01-26 01:30:56 +0000
commitc2ad46bce01fcbafa60df074ab68505ccc9ae10f (patch)
treeaf5d08cbe5e1fd048756e655a19b2fc2ddb55292 /doc/ScintillaDoc.html
parente64ce8daf07a9b1e610f532e818144d1fbbf639f (diff)
downloadscintilla-mirror-c2ad46bce01fcbafa60df074ab68505ccc9ae10f.tar.gz
More on auto-completion including fillup charactes.
Diffstat (limited to 'doc/ScintillaDoc.html')
-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