diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-21 00:00:36 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-21 00:00:36 +0000 |
commit | d6097cbbb95c78fa16b7bd0305a494186c5dd583 (patch) | |
tree | 051104bad253357df2036975e992786275e0a211 /Source/CMTextView.h | |
parent | a485d370c24cb6378a52c3452dc0cdbadfefd50f (diff) | |
download | sequelpro-d6097cbbb95c78fa16b7bd0305a494186c5dd583.tar.gz sequelpro-d6097cbbb95c78fa16b7bd0305a494186c5dd583.tar.bz2 sequelpro-d6097cbbb95c78fa16b7bd0305a494186c5dd583.zip |
• completion enhancements
- TAB and mouse double-click inserts suggestion
- field type info for 'set' and 'enum' is fixed; in addition show an arrow to show the definition
- preparations for fuzzy search completion (not yet active)
- reduced the font size by 1pt to avoid truncating
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 80515928..868e7093 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -87,7 +87,7 @@ static inline void NSMutableAttributedStringAddAttributeValueRange (NSMutableAtt - (void) autoHelp; - (void) doSyntaxHighlighting; - (void) setConnection:(MCPConnection *)theConnection withVersion:(NSInteger)majorVersion; -- (void) doCompletionByUsingSpellChecker:(BOOL)isDictMode; +- (void) doCompletionByUsingSpellChecker:(BOOL)isDictMode fuzzyMode:(BOOL)fuzzySearch; - (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode browseMode:(BOOL)dbBrowseMode withTableName:(NSString*)aTableName withDbName:(NSString*)aDbName; - (void) selectCurrentQuery; |