Revision: 12608
          http://sourceforge.net/p/skim-app/code/12608
Author:   hofman
Date:     2021-12-10 10:43:32 +0000 (Fri, 10 Dec 2021)
Log Message:
-----------
Add file property to rich text attachment class, has been supported for a while

Modified Paths:
--------------
    trunk/Skim.sdef

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2021-12-10 10:28:58 UTC (rev 12607)
+++ trunk/Skim.sdef     2021-12-10 10:43:32 UTC (rev 12608)
@@ -355,6 +355,10 @@
         <class name="attachment" code="atts" inherits="rich text"
             description="Represents an inline text attachment. This class is 
used mainly for make commands.">
             <cocoa class="NSAttachmentTextStorage"/>
+            <property name="file" code="file" type="file"
+                description="The file for the attachment">
+                <cocoa key="url"/>
+            </property>
             <property name="file name" code="atfn" type="text"
                 description="The path to the file for the attachment">
                 <cocoa key="filename"/>

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to