aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-04-16 09:05:21 +1000
committernyamatongwe <devnull@localhost>2012-04-16 09:05:21 +1000
commit817b02c3e3a6d82d6f19f77f15f795a072a82a4c (patch)
treef8bbcc7e265ba307903877ca063c5bee8220682d /src/AutoComplete.h
parentdac7fe49689a2edbd42a9b5fed10a94ea05969fc (diff)
downloadscintilla-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.h1
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();