aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
authorAbhi Beckert <me@abhibeckert.com>2016-05-09 16:20:12 +1000
committerAbhi Beckert <me@abhibeckert.com>2016-05-09 16:20:12 +1000
commit05407e7246a5781dd2523feac920d6fcc0f08f79 (patch)
treea8d7ddb37b13e978587ecdcd301bc54c4ecc4ff7 /Source/SPTextView.h
parentc7fc01681bc25f96c6f227ddbb111129d077907b (diff)
parent5f54e316e6935ad33fec9e68d5247b9c1b5287d7 (diff)
downloadsequelpro-05407e7246a5781dd2523feac920d6fcc0f08f79.tar.gz
sequelpro-05407e7246a5781dd2523feac920d6fcc0f08f79.tar.bz2
sequelpro-05407e7246a5781dd2523feac920d6fcc0f08f79.zip
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r--Source/SPTextView.h2
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;