Revision: 3373
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3373&view=rev
Author:   hofman
Date:     2008-01-14 03:26:07 -0800 (Mon, 14 Jan 2008)

Log Message:
-----------
Fix  documentation bug in the scripting dictionary.

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

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2008-01-12 16:56:18 UTC (rev 3372)
+++ trunk/Skim.sdef     2008-01-14 11:26:07 UTC (rev 3373)
@@ -260,9 +260,9 @@
 
         <enumeration name="save options" code="savo">
             <enumerator name="yes" code="yes "
-            description="Save the file."/>
+                               description="Save the file."/>
             <enumerator name="no" code="no  "
-            description="Do not save the file."/>
+                               description="Do not save the file."/>
             <enumerator name="ask" code="ask "
                 description="Ask the user whether or not to save the file."/>
         </enumeration>
@@ -378,7 +378,7 @@
                 <cocoa key="ObjectClass"/>
             </parameter>
             <result type="integer"
-            description="the number of elements"/>
+                               description="the number of elements"/>
         </command>
 
         <command name="delete" code="coredelo"
@@ -402,16 +402,16 @@
                 <cocoa key="WithProperties"/>
             </parameter>
             <result type="specifier"
-            description="the duplicated object(s)"/>
+                               description="the duplicated object(s)"/>
         </command>
 
         <command name="exists" code="coredoex"
             description="Verify if an object exists.">
             <cocoa class="NSExistsCommand"/>
             <direct-parameter type="any"
-            description="the object in question"/>
+                               description="the object in question"/>
             <result type="boolean"
-            description="true if it exists, false if not"/>
+                               description="true if it exists, false if not"/>
         </command>
 
         <command name="make" code="corecrel"
@@ -434,20 +434,20 @@
                 <cocoa key="KeyDictionary"/>
             </parameter>
             <result type="specifier"
-            description="to the new object"/>
+                               description="to the new object. Returns nothing 
for 'with data'."/>
         </command>
 
         <command name="move" code="coremove"
             description="Move object(s) to a new location.">
             <cocoa class="NSMoveCommand"/>
             <direct-parameter type="specifier"
-            description="the object(s) to move"/>
+                               description="the object(s) to move"/>
             <parameter name="to" code="insh" type="location specifier"
                 description="The new location for the object(s).">
                 <cocoa key="ToLocation"/>
             </parameter>
             <result type="specifier"
-            description="the moved object(s)"/>
+                               description="the moved object(s)"/>
         </command>
         
     </suite>


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to