diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-05 21:23:20 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-05 21:23:20 +0000 |
commit | cc40f75fbe1896eb69d84a8f00ed20b6bb70bd28 (patch) | |
tree | a66b732fe357db5e3231550d680360758f6a12e1 /Source/SPNarrowDownCompletion.h | |
parent | bd69a9eccea56335422d13b8eddbd2aec79c839f (diff) | |
download | sequelpro-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.h | 1 |
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; } |