From d5110563aee91348b5c60a13a0aaf2893d50d3ea Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Apr 2012 09:05:21 +1000 Subject: =?UTF-8?q?Case-insensitive=20auto-completion=20selection.=20Bug?= =?UTF-8?q?=20#3516538.=20From=20Markus=20Ni=C3=9Fl.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AutoComplete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AutoComplete.h') 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(); -- cgit v1.2.3