Revision: 23935
          http://sourceforge.net/p/bibdesk/svn/23935
Author:   hofman
Date:     2019-07-03 17:43:03 +0000 (Wed, 03 Jul 2019)
Log Message:
-----------
download some more file types automatically

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2019-07-03 17:31:07 UTC (rev 23934)
+++ trunk/bibdesk/BibDocument.m 2019-07-03 17:43:03 UTC (rev 23935)
@@ -2121,7 +2121,7 @@
         BOOL replace = [[NSUserDefaults standardUserDefaults] 
boolForKey:BDSKReplaceDownloadedURLsKey];
         NSArray *types = [[NSUserDefaults standardUserDefaults] 
stringArrayForKey:BDSKURLTypesToDownloadKey];
         if ([types count] == 0)
-            types = [NSArray arrayWithObject:@"pdf"];
+            types = [NSArray arrayWithObjects:@"pdf", @"ps", @"doc", @"docx", 
@"odt", nil];
         for (pub in newPubs) {
             if (useLocalUrlAndUrl) {
                 if ([pub canDownloadUrl] && [types containsObject:[[[pub 
remoteURLForField:BDSKUrlString] pathExtension] lowercaseString] ?: @""])

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to