aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-05 21:23:20 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-05 21:23:20 +0000
commitcc40f75fbe1896eb69d84a8f00ed20b6bb70bd28 (patch)
treea66b732fe357db5e3231550d680360758f6a12e1 /Source/SPNarrowDownCompletion.h
parentbd69a9eccea56335422d13b8eddbd2aec79c839f (diff)
downloadsequelpro-cc40f75fbe1896eb69d84a8f00ed20b6bb70bd28.tar.gz
sequelpro-cc40f75fbe1896eb69d84a8f00ed20b6bb70bd28.tar.bz2
sequelpro-cc40f75fbe1896eb69d84a8f00ed20b6bb70bd28.zip
• improved completion behaviour of suggestions containing spaces; a second space will cancel the list to allow a more natural typing
Diffstat (limited to 'Source/SPNarrowDownCompletion.h')
-rw-r--r--Source/SPNarrowDownCompletion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPNarrowDownCompletion.h b/Source/SPNarrowDownCompletion.h
index de4e7a06..96558b9d 100644
--- a/Source/SPNarrowDownCompletion.h
+++ b/Source/SPNarrowDownCompletion.h
@@ -58,6 +58,7 @@
id theView;
NSInteger maxWindowWidth;
+ NSInteger spaceCounter;
NSMutableCharacterSet* textualInputCharacters;
}