diff options
author | nyamatongwe <devnull@localhost> | 2002-01-26 01:30:56 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-01-26 01:30:56 +0000 |
commit | c2ad46bce01fcbafa60df074ab68505ccc9ae10f (patch) | |
tree | af5d08cbe5e1fd048756e655a19b2fc2ddb55292 | |
parent | e64ce8daf07a9b1e610f532e818144d1fbbf639f (diff) | |
download | scintilla-mirror-c2ad46bce01fcbafa60df074ab68505ccc9ae10f.tar.gz |
More on auto-completion including fillup charactes.
-rw-r--r-- | doc/ScintillaDoc.html | 7 |
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 |