diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-05-24 13:47:57 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-05-24 13:47:57 +0000 |
commit | 99e4d0223293aee1acd6b4196263385a9e6a7ecc (patch) | |
tree | 0cc5a471811fbc1853cae2a088bee750f0876266 /Source/CMTextView.h | |
parent | 5e2eb0be79f6f572724132f8be88069f8daac926 (diff) | |
download | sequelpro-99e4d0223293aee1acd6b4196263385a9e6a7ecc.tar.gz sequelpro-99e4d0223293aee1acd6b4196263385a9e6a7ecc.tar.bz2 sequelpro-99e4d0223293aee1acd6b4196263385a9e6a7ecc.zip |
• activate Preference setting for caret color
• added prototype for new completion (ESC -> Cocoa, F5 -> new completion)
- not yet finished
- TODO:
-- support for NSSpellChecker items
-- images for different types of suggestions like proc/func/tabkle/view/sql statement, db name, etc.
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index fad867e2..723bde8f 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -81,5 +81,7 @@ - (void) makeTextSizeLarger; - (void) makeTextSizeSmaller; - (void) setConnection:(CMMCPConnection *)theConnection withVersion:(int)majorVersion; +- (void) doCompletion; +- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord; @end |