diff options
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 6eb07277..f81b9750 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -3249,6 +3249,14 @@ return numberOfQueries; } +/** + * Returns the range of the current active query. + */ +- (NSRange)currentQueryRange +{ + return currentQueryRange; +} + - (NSString *)buildHistoryString { return [[[SPQueryController sharedQueryController] historyForFileURL:[tableDocumentInstance fileURL]] componentsJoinedByString:@";\n"]; |