diff options
author | nyamatongwe <devnull@localhost> | 2000-04-10 13:52:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-10 13:52:17 +0000 |
commit | 0deaa9b95af06c01fa0e6714ad73b41ed22ae5c7 (patch) | |
tree | b8af678dd9e189e517668330c92aeab3ff5f0115 /include/Scintilla.h | |
parent | dba48e020c0a68a84f4f5f11d5600bba90598da3 (diff) | |
download | scintilla-mirror-0deaa9b95af06c01fa0e6714ad73b41ed22ae5c7.tar.gz |
Added get/set of separator character used when setting auto-completion list.
Message for selecting an element of the autocompletion list.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 58fc6777b..e86dec35e 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -216,6 +216,9 @@ extern "C" { #define SCI_AUTOCPOSSTART SCI_START + 103 #define SCI_AUTOCCOMPLETE SCI_START + 104 #define SCI_AUTOCSTOPS SCI_START + 105 +#define SCI_AUTOCSETSEPARATOR SCI_START + 106 +#define SCI_AUTOCGETSEPARATOR SCI_START + 107 +#define SCI_AUTOCSELECT SCI_START + 108 #define SCI_GETTABWIDTH SCI_START + 121 #define SCI_SETINDENT SCI_START + 122 |