aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-15 16:05:54 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-15 16:05:54 +0000
commit70d15ff4ecdfd3c6996b3b8b2259674f9e9c9345 (patch)
tree83480a09ef5d35003e1971ac9c341f578940f55e /Source/CMTextView.h
parent39c34617b01f72c7466eee98675447e277e326cb (diff)
downloadsequelpro-70d15ff4ecdfd3c6996b3b8b2259674f9e9c9345.tar.gz
sequelpro-70d15ff4ecdfd3c6996b3b8b2259674f9e9c9345.tar.bz2
sequelpro-70d15ff4ecdfd3c6996b3b8b2259674f9e9c9345.zip
• deleted the drag&drop feature of file path or content from SPTextViewAdditions
- that feature should be added by subclassing NSTextView • fixed focus setting of editSheet • fixed general issue if SP tries to execute a query which is longer than max_allowed_packet - now it reconnects after changing max_allowed_packet (if it's editable) - the user will be informed via a log entry about that change - the new max_allowed_packet size will be valid during the current session; after reconnection to that db the default size will be used
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 9b0d7659..374704af 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -82,4 +82,7 @@
- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord dictMode:(BOOL)isDictMode;
- (void) selectCurrentQuery;
+- (unsigned int)characterIndexOfPoint:(NSPoint)aPoint;
+- (void)insertFileContentOfFile:(NSString *)aPath;
+
@end