aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextViewAdditions.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/SPTextViewAdditions.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/SPTextViewAdditions.h')
-rw-r--r--Source/SPTextViewAdditions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPTextViewAdditions.h b/Source/SPTextViewAdditions.h
index ccf865fb..22b809c8 100644
--- a/Source/SPTextViewAdditions.h
+++ b/Source/SPTextViewAdditions.h
@@ -44,8 +44,5 @@
- (void)makeTextSizeLarger;
- (void)makeTextSizeSmaller;
-- (unsigned int)characterIndexOfPoint:(NSPoint)aPoint;
-
-- (void)insertFileContentOfFile:(NSString *)aPath;
@end \ No newline at end of file