From a343ff6aa7e5789cd0d35a28caace8e39959e777 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 13 Jun 2009 13:25:59 +0000 Subject: =?UTF-8?q?=E2=80=A2=20moved=20code=20for=20de/increasing=20font?= =?UTF-8?q?=20and=20drag&drop=20feature=20(content=20or=20while=20holding?= =?UTF-8?q?=20=E2=8C=98=20path)=20to=20SPTextViewAddition=20-=20two=20fing?= =?UTF-8?q?er=20zooming=20gesture=20is=20disabled=20for=20NSTableView=20ce?= =?UTF-8?q?lls=20-=20i.e.=20all=20NSTextViews=20including=20NSTableView=20?= =?UTF-8?q?cells=20inherit=20these=20feature=20=E2=80=A2=20simplified=20Qu?= =?UTF-8?q?ickLookFormat=20IBActions=20-=20added=20bin/text=20storing=20ty?= =?UTF-8?q?pe=20to=20each=20action=20=E2=80=A2=20QuickLook=20animation=20s?= =?UTF-8?q?et=20to=20SP's=20window=20middle=20point=20=E2=80=A2=20fixed=20?= =?UTF-8?q?issue=20that=20while=20having=20an=20image=20in=20editSheet=20a?= =?UTF-8?q?n=20attribute=20change=20(font/size)=20in=20the=20editTextView?= =?UTF-8?q?=20destroyed=20the=20image=20data=20=E2=80=A2=20fix=20to=20allo?= =?UTF-8?q?w=20again=20drag&drop=20an=20image=20to=20editSheet=20=E2=80=A2?= =?UTF-8?q?=20hide=20text/image/hex=20segment=20controll=20and=20QuickLook?= =?UTF-8?q?=20pull=20down=20button=20if=20user=20chose=20multipleLineEditi?= =?UTF-8?q?ngButton=20for=20non-blob=20fields=20=20=E2=80=A2=20disabled=20?= =?UTF-8?q?NSLog=20of=20print=20result=20in=20TableDocument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') 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; } -- cgit v1.2.3