Revision: 12610
          http://sourceforge.net/p/skim-app/code/12610
Author:   hofman
Date:     2021-12-10 13:54:35 +0000 (Fri, 10 Dec 2021)
Log Message:
-----------
Do use specifier type when the parameter does not need to be a selection

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

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2021-12-10 13:43:29 UTC (rev 12609)
+++ trunk/Skim.sdef     2021-12-10 13:54:35 UTC (rev 12610)
@@ -526,6 +526,7 @@
             <direct-parameter
                 description="The document, page, note, or selection.">
                 <type type="specifier" list="yes"/>
+                <type type="specifier"/>
             </direct-parameter>
             <parameter name="on" type="page" code="on  " optional="yes"
                 description="The page on which to get the bounds.">
@@ -546,6 +547,7 @@
             <direct-parameter
                 description="The document, page, note, selection, or raw RTF 
data.">
                 <type type="specifier" list="yes"/>
+                <type type="specifier"/>
                 <type type="RTF"/>
             </direct-parameter>
             <parameter name="on" type="page" code="on  " optional="yes"
@@ -570,6 +572,7 @@
             <direct-parameter
                 description="The document, page, note, or selection.">
                 <type type="specifier" list="yes"/>
+                <type type="specifier"/>
             </direct-parameter>
             <parameter name="on" type="page" code="on  " optional="yes"
                 description="The page on which to get the index.">
@@ -590,6 +593,7 @@
             <direct-parameter
                 description="The document, page, note, or selection.">
                 <type type="specifier" list="yes"/>
+                <type type="specifier"/>
             </direct-parameter>
             <result
                 description="The list of pages for the object.">

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