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/CMTextView.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/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 723bde8f..0ada18ed 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -82,6 +82,6 @@ - (void) makeTextSizeSmaller; - (void) setConnection:(CMMCPConnection *)theConnection withVersion:(int)majorVersion; - (void) doCompletion; -- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord; +- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode; @end |