aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-21 00:55:22 +0000
committerrowanbeentje <rowan@beent.je>2009-04-21 00:55:22 +0000
commite75b564d9fdc36ae8e4628f81aa2e70d939332da (patch)
tree22bb023bdf4d41a22db01d8466927490b724e76c /Source/CustomQuery.h
parent11ba7147b22f2ed51a33e3ecce72b93ce66f5254 (diff)
downloadsequelpro-e75b564d9fdc36ae8e4628f81aa2e70d939332da.tar.gz
sequelpro-e75b564d9fdc36ae8e4628f81aa2e70d939332da.tar.bz2
sequelpro-e75b564d9fdc36ae8e4628f81aa2e70d939332da.zip
- Add support for "Run previous" in the custom query text field; this behaviour for the "Run current"/"Run selection" button is triggered if the text caret is only separated by whitespace from the last query, to allow easy running of a just-typed query
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 8a183475..770a4257 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -82,7 +82,7 @@
// Query actions
- (void)performQueries:(NSArray *)queries;
-- (NSString *)queryAtPosition:(long)position;
+- (NSString *)queryAtPosition:(long)position lookBehind:(BOOL *)doLookBehind;
// Accessors
- (NSArray *)currentResult;