diff options
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h index 4289bd40..31a39d7a 100644 --- a/Source/SPTextView.h +++ b/Source/SPTextView.h @@ -169,7 +169,7 @@ typedef struct { - (void) doAutoCompletion; - (void) refreshCompletion; - (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode browseMode:(BOOL)dbBrowseMode withTableName:(NSString*)aTableName withDbName:(NSString*)aDbName; -- (void) selectCurrentQuery; +- (IBAction) selectCurrentQuery:(id)sender; - (void) processMirroredSnippets; - (BOOL)checkForCaretInsideSnippet; |