Revision: 2471
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2471&view=rev
Author:   hofman
Date:     2007-07-11 04:00:05 -0700 (Wed, 11 Jul 2007)

Log Message:
-----------
Display keywords in a textview.

Modified Paths:
--------------
    trunk/Dutch.lproj/InfoWindow.nib/info.nib
    trunk/Dutch.lproj/InfoWindow.nib/keyedobjects.nib
    trunk/English.lproj/InfoWindow.nib/info.nib
    trunk/English.lproj/InfoWindow.nib/keyedobjects.nib
    trunk/Italian.lproj/InfoWindow.nib/info.nib
    trunk/Italian.lproj/InfoWindow.nib/keyedobjects.nib
    trunk/SKInfoWindowController.m

Modified: trunk/Dutch.lproj/InfoWindow.nib/info.nib
===================================================================
--- trunk/Dutch.lproj/InfoWindow.nib/info.nib   2007-07-10 18:49:44 UTC (rev 
2470)
+++ trunk/Dutch.lproj/InfoWindow.nib/info.nib   2007-07-11 11:00:05 UTC (rev 
2471)
@@ -12,5 +12,17 @@
        </array>
        <key>IBSystem Version</key>
        <string>8R218</string>
+       <key>IBUserGuides</key>
+       <dict>
+               <key>5</key>
+               <dict>
+                       <key>guideLocations</key>
+                       <array>
+                               <string>Vertical:143.000000</string>
+                       </array>
+                       <key>guidesLocked</key>
+                       <false/>
+               </dict>
+       </dict>
 </dict>
 </plist>

Modified: trunk/Dutch.lproj/InfoWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/English.lproj/InfoWindow.nib/info.nib
===================================================================
--- trunk/English.lproj/InfoWindow.nib/info.nib 2007-07-10 18:49:44 UTC (rev 
2470)
+++ trunk/English.lproj/InfoWindow.nib/info.nib 2007-07-11 11:00:05 UTC (rev 
2471)
@@ -12,5 +12,17 @@
        </array>
        <key>IBSystem Version</key>
        <string>8R218</string>
+       <key>IBUserGuides</key>
+       <dict>
+               <key>5</key>
+               <dict>
+                       <key>guideLocations</key>
+                       <array>
+                               <string>Vertical:143.000000</string>
+                       </array>
+                       <key>guidesLocked</key>
+                       <false/>
+               </dict>
+       </dict>
 </dict>
 </plist>

Modified: trunk/English.lproj/InfoWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/Italian.lproj/InfoWindow.nib/info.nib
===================================================================
--- trunk/Italian.lproj/InfoWindow.nib/info.nib 2007-07-10 18:49:44 UTC (rev 
2470)
+++ trunk/Italian.lproj/InfoWindow.nib/info.nib 2007-07-11 11:00:05 UTC (rev 
2471)
@@ -12,5 +12,17 @@
        </array>
        <key>IBSystem Version</key>
        <string>8R218</string>
+       <key>IBUserGuides</key>
+       <dict>
+               <key>5</key>
+               <dict>
+                       <key>guideLocations</key>
+                       <array>
+                               <string>Vertical:170.000000</string>
+                       </array>
+                       <key>guidesLocked</key>
+                       <false/>
+               </dict>
+       </dict>
 </dict>
 </plist>

Modified: trunk/Italian.lproj/InfoWindow.nib/keyedobjects.nib
===================================================================
(Binary files differ)

Modified: trunk/SKInfoWindowController.m
===================================================================
--- trunk/SKInfoWindowController.m      2007-07-10 18:49:44 UTC (rev 2470)
+++ trunk/SKInfoWindowController.m      2007-07-11 11:00:05 UTC (rev 2471)
@@ -177,7 +177,7 @@
                 [dictionary setValue:SKSizeString([[pdfDoc pageAtIndex:0] 
boundsForBox:kPDFDisplayBoxCropBox].size, [[pdfDoc pageAtIndex:0] 
boundsForBox:kPDFDisplayBoxMediaBox].size) forKey:@"PageSize"];
             [dictionary setValue:[NSNumber 
numberWithUnsignedLongLong:physicalSize] forKey:@"PhysicalSize"];
             [dictionary setValue:[NSNumber 
numberWithUnsignedLongLong:logicalSize] forKey:@"LogicalSize"];
-            [dictionary setValue:[[dictionary valueForKey:@"Keywords"] 
componentsJoinedByString:@" "] forKey:@"KeywordsString"];
+            [dictionary setValue:[[dictionary valueForKey:@"Keywords"] 
componentsJoinedByString:@"\n"] forKey:@"KeywordsString"];
             [dictionary setValue:[NSNumber numberWithBool:[pdfDoc 
isEncrypted]] forKey:@"Encrypted"];
             [dictionary setValue:[NSNumber numberWithBool:[pdfDoc 
allowsPrinting]] forKey:@"AllowsPrinting"];
             [dictionary setValue:[NSNumber numberWithBool:[pdfDoc 
allowsCopying]] forKey:@"AllowsCopying"];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to