Revision: 14916
http://sourceforge.net/p/skim-app/code/14916
Author: hofman
Date: 2025-02-05 10:05:36 +0000 (Wed, 05 Feb 2025)
Log Message:
-----------
Add descriptions to value-types
Modified Paths:
--------------
trunk/Skim.sdef
Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef 2025-02-04 17:04:47 UTC (rev 14915)
+++ trunk/Skim.sdef 2025-02-05 10:05:36 UTC (rev 14916)
@@ -272,11 +272,13 @@
<cocoa name="SkimTextSuite"/>
- <value-type name="RGBA color" code="RGBA">
+ <value-type name="RGBA color" code="RGBA"
+ description="A color with transparency.">
<cocoa class="NSColor"/>
</value-type>
- <value-type name="RTF" code="RTF ">
+ <value-type name="RTF" code="RTF "
+ description="Raw RTF data.">
<cocoa class="NSData"/>
</value-type>
@@ -1262,19 +1264,23 @@
</property>
</record-type>
- <value-type name="real point" code="NSpt">
+ <value-type name="real point" code="NSpt"
+ description="A point with real coordinates.">
<cocoa class="NSData"/>
</value-type>
- <value-type name="real rectangle" code="NSrt">
+ <value-type name="real rectangle" code="NSrt"
+ description="A rectangle with real coordinates.">
<cocoa class="NSData"/>
</value-type>
- <value-type name="PDF" code="PDF ">
+ <value-type name="PDF" code="PDF "
+ description="Raw PDF data.">
<cocoa class="NSData"/>
</value-type>
- <value-type name="TIFF picture" code="TIFF">
+ <value-type name="TIFF picture" code="TIFF"
+ description="Raw TIFF image data.">
<cocoa class="NSData"/>
</value-type>
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