Revision: 12609
          http://sourceforge.net/p/skim-app/code/12609
Author:   hofman
Date:     2021-12-10 13:43:29 +0000 (Fri, 10 Dec 2021)
Log Message:
-----------
Consistently type a selection as a list of specifier. This will be corced to a 
list when passing a specifier by itself anyway.

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

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2021-12-10 10:43:32 UTC (rev 12608)
+++ trunk/Skim.sdef     2021-12-10 13:43:29 UTC (rev 12609)
@@ -398,7 +398,6 @@
             <direct-parameter
                 description="The character range(s) or note(s) to select.">
                 <type type="specifier" list="yes"/>
-                <type type="specifier"/>
             </direct-parameter>
                        <parameter name="animating" code="Anim" type="boolean" 
optional="yes"
                                description="Animate when selecting?"> 
@@ -417,7 +416,6 @@
                 <type type="outline"/>
                 <type type="TeX line"/>
                 <type type="specifier" list="yes"/>
-                <type type="specifier"/>
                 <cocoa key="To"/>
             </parameter>
                        <parameter name="from" code="from" type="file" 
optional="yes" 
@@ -469,7 +467,6 @@
             <parameter name="from" code="from" optional="yes"
                 description="The selection to search from.">
                 <type type="specifier" list="yes"/>
-                <type type="specifier"/>
                 <cocoa key="From"/>
             </parameter>
             <parameter name="backward search" code="Back" type="boolean" 
optional="yes"
@@ -492,13 +489,11 @@
             <direct-parameter
                 description="The selection to add to.">
                 <type type="specifier" list="yes"/>
-                <type type="specifier"/>
             </direct-parameter>
             <parameter name="to" code="to  " optional="yes"
                 description="The selection to add.">
                 <cocoa key="To"/>
                 <type type="specifier" list="yes"/>
-                <type type="specifier"/>
             </parameter>
             <parameter name="continuous selection" type="boolean" code="conI" 
optional="yes"
                 description="Join to a continuous selection?">
@@ -531,7 +526,6 @@
             <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.">
@@ -552,7 +546,6 @@
             <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"
@@ -577,7 +570,6 @@
             <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.">
@@ -598,7 +590,6 @@
             <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