diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-05-24 20:26:28 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-05-24 20:26:28 +0000 |
commit | 6df5d2147ef4ac72760a8ab776ab8a4d489aebe9 (patch) | |
tree | 3cef97edd3846b76ad49522e16716da83b561eb4 /Source/SPNarrowDownCompletion.h | |
parent | 99e4d0223293aee1acd6b4196263385a9e6a7ecc (diff) | |
download | sequelpro-6df5d2147ef4ac72760a8ab776ab8a4d489aebe9.tar.gz sequelpro-6df5d2147ef4ac72760a8ab776ab8a4d489aebe9.tar.bz2 sequelpro-6df5d2147ef4ac72760a8ab776ab8a4d489aebe9.zip |
• improved narrow-down completion
- added support for "in-quote completion" based on suggestions of the spell checker dict and the current used words in the textView
- still bound to F5
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 15176cf6..22657d15 100644 --- a/Source/SPNarrowDownCompletion.h +++ b/Source/SPNarrowDownCompletion.h @@ -53,6 +53,7 @@ BOOL dictMode; NSFont *tableFont; NSRange theCharRange; + NSArray *words; id theView; NSMutableCharacterSet* textualInputCharacters; |