From e75b564d9fdc36ae8e4628f81aa2e70d939332da Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 21 Apr 2009 00:55:22 +0000 Subject: - 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 --- Source/CustomQuery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/CustomQuery.h') 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; -- cgit v1.2.3