aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-13 13:25:59 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-13 13:25:59 +0000
commita343ff6aa7e5789cd0d35a28caace8e39959e777 (patch)
tree478aea74e73770f5798a13aa96e878ff212df76c /Source/TableDocument.m
parent348de054eb77b5291c6046b36fdaaa600f9aaaed (diff)
downloadsequelpro-a343ff6aa7e5789cd0d35a28caace8e39959e777.tar.gz
sequelpro-a343ff6aa7e5789cd0d35a28caace8e39959e777.tar.bz2
sequelpro-a343ff6aa7e5789cd0d35a28caace8e39959e777.zip
• moved code for de/increasing font and drag&drop feature (content or while holding ⌘ path) to SPTextViewAddition
- two finger zooming gesture is disabled for NSTableView cells - i.e. all NSTextViews including NSTableView cells inherit these feature • simplified QuickLookFormat IBActions - added bin/text storing type to each action • QuickLook animation set to SP's window middle point • fixed issue that while having an image in editSheet an attribute change (font/size) in the editTextView destroyed the image data • fix to allow again drag&drop an image to editSheet • hide text/image/hex segment controll and QuickLook pull down button if user chose multipleLineEditingButton for non-blob fields • disabled NSLog of print result in TableDocument
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index d2a24fd3..c797b530 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -241,7 +241,7 @@ NSString *TableDocumentFavoritesControllerSelectionIndexDidChange = @"TableDocum
// Process the template and display the results.
NSString *result = [engine processTemplateInFileAtPath:templatePath withVariables:print_data];
- NSLog(@"result %@", result);
+ //NSLog(@"result %@", result);
return result;
}