Revision: 13636
          http://sourceforge.net/p/skim-app/code/13636
Author:   hofman
Date:     2023-09-03 16:28:10 +0000 (Sun, 03 Sep 2023)
Log Message:
-----------
add comment

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2023-09-03 16:22:50 UTC (rev 13635)
+++ trunk/SKMainWindowController.m      2023-09-03 16:28:10 UTC (rev 13636)
@@ -1025,6 +1025,12 @@
     return properties;
 }
 
+/*
+ open: notesToRemove == @[], pdfDocument != nil
+ revert: notesToRemove == self.notes, pdfDocument != nil
+ convert: notesToRemove == @[not isSkimNote], pdfDocument == nil
+ read: notesToRemove == nil or self.notes, pdfDocument == nil
+ */
 - (void)addAnnotationsFromDictionaries:(NSArray *)noteDicts 
removeAnnotations:(NSArray *)notesToRemove setDocument:(PDFDocument 
*)pdfDocument {
     PDFAnnotation *annotation;
     PDFDocument *pdfDoc = pdfDocument ?: [pdfView document];

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to