aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-01-21 00:00:36 +0000
committerBibiko <bibiko@eva.mpg.de>2010-01-21 00:00:36 +0000
commitd6097cbbb95c78fa16b7bd0305a494186c5dd583 (patch)
tree051104bad253357df2036975e992786275e0a211 /Source/CMTextView.h
parenta485d370c24cb6378a52c3452dc0cdbadfefd50f (diff)
downloadsequelpro-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.h2
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;