From 89c1a27700dff50d7c8c1cf76196abbec69f9024 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 15 Nov 2010 12:04:36 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0Quicklook=20support=20-=20used=20embedde?= =?UTF-8?q?d=20icon=20image=20via=20cid=20and=20mime=20type=20image/tiff?= =?UTF-8?q?=20-=20sql=20view=20now=20wraps=20long=20lines=20-=20improved?= =?UTF-8?q?=20general=20stability=20-=20QL=20now=20runs=20on=20main=20thre?= =?UTF-8?q?ad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit note: there're still some issues for which QL crashed mostly due NSAutoReleasePool releases - more investigations are needed; most of this issues are releted to long lines, icon caching, releasing ... --- Resources/English.lproj/SPQLPluginSQLTemplate.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Resources/English.lproj/SPQLPluginSQLTemplate.html') diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html index 65ba2a3c..31e182ec 100644 --- a/Resources/English.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -7,6 +7,14 @@ body { font-family:'Lucida Grande'; font-size:10pt; } +pre { + font-family:'Monaco'; + font-size:9pt; +} +.wrappedPre { + font-family:'Monaco'; + font-size:9pt; +} @@ -14,7 +22,7 @@ body {
- +
@@ -25,8 +33,8 @@ size: %@
-
+
 %@
-
+ -- cgit v1.2.3