aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-04 17:42:04 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-04 17:42:04 +0000
commit6d3980063a2a37d7c3310a9808312b358ebdb2d3 (patch)
treedbcb6de00b028a4b6630f03ec403cfa9d28cd179 /Source/CMTextView.h
parent4763ed6268a0c384cbd8ebbb8a324111cb7cc99d (diff)
downloadsequelpro-6d3980063a2a37d7c3310a9808312b358ebdb2d3.tar.gz
sequelpro-6d3980063a2a37d7c3310a9808312b358ebdb2d3.tar.bz2
sequelpro-6d3980063a2a37d7c3310a9808312b358ebdb2d3.zip
• fixed: suppress highlighting of the current query if something is selected
• added: "Select Active Query ^Y" context menu item to the Custom Query Editor
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 152ddbc9..6c4da129 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -84,5 +84,6 @@
- (void) setConnection:(CMMCPConnection *)theConnection withVersion:(int)majorVersion;
- (void) doCompletion;
- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode;
+- (void) selectCurrentQuery;
@end