diff options
author | nyamatongwe <devnull@localhost> | 2012-04-16 09:05:21 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-04-16 09:05:21 +1000 |
commit | 817b02c3e3a6d82d6f19f77f15f795a072a82a4c (patch) | |
tree | f8bbcc7e265ba307903877ca063c5bee8220682d /src/AutoComplete.h | |
parent | dac7fe49689a2edbd42a9b5fed10a94ea05969fc (diff) | |
download | scintilla-mirror-817b02c3e3a6d82d6f19f77f15f795a072a82a4c.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(); |