Revision: 29429
          http://sourceforge.net/p/bibdesk/svn/29429
Author:   hofman
Date:     2025-08-18 15:01:19 +0000 (Mon, 18 Aug 2025)
Log Message:
-----------
change pragma mark

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

Modified: trunk/bibdesk/BDSKWebParser.m
===================================================================
--- trunk/bibdesk/BDSKWebParser.m       2025-08-16 17:13:29 UTC (rev 29428)
+++ trunk/bibdesk/BDSKWebParser.m       2025-08-18 15:01:19 UTC (rev 29429)
@@ -131,6 +131,8 @@
             break;
     }
     
+    NSLog(@"%@",[[domDocument documentElement] outerHTML]);
+    
     if (shouldMonitor)
         *shouldMonitor = shouldMonitorURL;
     

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2025-08-16 17:13:29 UTC (rev 29428)
+++ trunk/bibdesk/BibDocument.m 2025-08-18 15:01:19 UTC (rev 29429)
@@ -2116,7 +2116,7 @@
 }
 
 #pragma mark -
-#pragma mark New publications from pasteboard
+#pragma mark Import publications
 
 // sniff the contents of each file, returning them in an array of BibItems, 
while unparseable files are added to the mutable array passed as a parameter
 - (NSArray *)extractPublicationsFromFileURL:(NSURL *)fileURL 
verbose:(BOOL)verbose error:(NSError **)outError {

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