Revision: 12613 http://sourceforge.net/p/skim-app/code/12613 Author: hofman Date: 2021-12-10 15:25:15 +0000 (Fri, 10 Dec 2021) Log Message: ----------- Rename preferences for command to get preferences for, old value as alias
Modified Paths: -------------- trunk/Skim.sdef Modified: trunk/Skim.sdef =================================================================== --- trunk/Skim.sdef 2021-12-10 14:46:07 UTC (rev 12612) +++ trunk/Skim.sdef 2021-12-10 15:25:15 UTC (rev 12613) @@ -624,6 +624,22 @@ </result> </command> + <command name="get preferences for" code="SKIMPref" + description="Get preferences for a note type, or for normal or full screen display."> + <synonym name="preferences for"/> + <cocoa class="SKPreferencesCommand"/> + <direct-parameter + description="The note type or interaction mode for which to get the preferences."> + <type type="note type"/> + <type type="interaction mode type"/> + </direct-parameter> + <result + description="The preferences for the note type or PDF display."> + <type type="note preferences"/> + <type type="PDF display preferences"/> + </result> + </command> + <command name="grab" code="SKIMGrab" description="Grab a picture from a page."> <direct-parameter type="page" @@ -679,21 +695,6 @@ </direct-parameter> </command> - <command name="preferences for" code="SKIMPref" - description="Get preferences for a note type, or for normal or full screen display."> - <cocoa class="SKPreferencesCommand"/> - <direct-parameter - description="The note type or interaction mode for which to get the preferences."> - <type type="note type"/> - <type type="interaction mode type"/> - </direct-parameter> - <result - description="The preferences for the note type or PDF display."> - <type type="note preferences"/> - <type type="PDF display preferences"/> - </result> - </command> - <class-extension extends="item" hidden="yes" description="A scriptable object."> <cocoa class="NSObject"/> 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