From 5733c4492539c132dab6f11219803627c08465cd Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 6 Apr 2010 18:13:31 +0000 Subject: =?UTF-8?q?=E2=80=A2=20overlapping=20of=20completion=20windows=20a?= =?UTF-8?q?fter=20refreshing=20its=20content=20if=20db=20structure=20fetch?= =?UTF-8?q?ing=20was=20finished=20-=20for=20some=20reasons=20it=20could=20?= =?UTF-8?q?happen=20that=20the=20timer=3F=20fires=20twice,=20to=20avoid=20?= =?UTF-8?q?this=20changed=20the=20re-invocation=20strategy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/CMTextView.h') diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 224349e3..6e51d47f 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -64,6 +64,8 @@ BOOL completionIsOpen; BOOL completionWasReinvokedAutomatically; + BOOL completionWasRefreshed; + BOOL completionFuzzyMode; NSUInteger completionParseRangeLocation; NSColor *queryHiliteColor; @@ -120,6 +122,7 @@ - (void) setConnection:(MCPConnection *)theConnection withVersion:(NSInteger)majorVersion; - (void) doCompletionByUsingSpellChecker:(BOOL)isDictMode fuzzyMode:(BOOL)fuzzySearch autoCompleteMode:(BOOL)autoCompleteMode; - (void) doAutoCompletion; +- (void) refreshCompletion; - (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode browseMode:(BOOL)dbBrowseMode withTableName:(NSString*)aTableName withDbName:(NSString*)aDbName; - (void) selectCurrentQuery; - (void) processMirroredSnippets; -- cgit v1.2.3