diff options
author | nyamatongwe <unknown> | 2012-04-16 09:05:21 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-04-16 09:05:21 +1000 |
commit | d5110563aee91348b5c60a13a0aaf2893d50d3ea (patch) | |
tree | 10490965d3b172a48843097840ab4712092c5cd2 /src/AutoComplete.h | |
parent | 09b1f297feb98e85d7b01fbd7b39e4bfdd2516e0 (diff) | |
download | scintilla-mirror-d5110563aee91348b5c60a13a0aaf2893d50d3ea.tar.gz |
Case-insensitive auto-completion selection. Bug #3516538.
From Markus Nißl.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r-- | src/AutoComplete.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h index aefab120a..19a1271ac 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -31,6 +31,7 @@ public: bool cancelAtStartPos; bool autoHide; bool dropRestOfWord; + unsigned int ignoreCaseBehaviour; AutoComplete(); ~AutoComplete(); |