Revision: 30015
          http://sourceforge.net/p/bibdesk/svn/30015
Author:   hofman
Date:     2026-02-18 17:17:56 +0000 (Wed, 18 Feb 2026)
Log Message:
-----------
fix method description

Modified Paths:
--------------
    trunk/bibdesk/BDSKFiler.h

Modified: trunk/bibdesk/BDSKFiler.h
===================================================================
--- trunk/bibdesk/BDSKFiler.h   2026-02-18 16:54:52 UTC (rev 30014)
+++ trunk/bibdesk/BDSKFiler.h   2026-02-18 17:17:56 UTC (rev 30015)
@@ -120,10 +120,10 @@
        @discussion This is the core method to move files.
 It is undoable, but only moves that were succesfull are registered for undo. 
 It can handle aliases and symlinks, also when they occur in the middle of the 
paths. 
-Aliases and symlinks are moved unresolved. Relative paths in symlinks will be 
made absolute. 
-BDSKAutoFileOptionInitial should be used for initial autofile moves, the new 
path will be generated.
+Aliases and symlinks are moved unresolved.
+BDSKAutoFileOptionUndo is passed when this is called by undo, the new path 
will not be generated.
 BDSKAutoFileOptionCheckComplete indicates that for initial moves a check will 
be done whether all required fields are set.
-BDSKAutoFileOptionForce forces AutoFiling, even if there may be problems 
moving the file.
+BDSKAutoFileOptionForce forces moves, even if there may be problems moving the 
file.
 */
 - (void)movePapers:(NSArray<NSDictionary<NSString *, id> *> *)paperInfos 
forField:(NSString *)field fromDocument:(BibDocument *)doc 
options:(BDSKFilerOptions)options actionName:(nullable NSString *)actionName;
 

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