]> git.lyx.org Git - lyx.git/blob - development/MacOSX/LyX.sdef
Merge branch 'killqt4'
[lyx.git] / development / MacOSX / LyX.sdef
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
3  
4 <!--
5  This file is part of LyX, the document processor.
6  Licence details can be found in the file COPYING.
7
8  author: Benjamin Piwowarski
9
10  Full author contact details are available in file CREDITS.
11  
12 -->
13  
14  
15 <!-- declare the namespace for using XInclude so we can include the standard suite -->
16 <dictionary xmlns:xi="http://www.w3.org/2003/XInclude">
17
18         <!-- our special scripting suite for this example -->
19         <suite name="Lyx" code="LYX " description="LyX scripting facilities.">
20                 
21            
22                 <command name="run" code="SLyxComm" description="run a simple command with one parameter">
23                         <cocoa class="LyxCommand"/>
24                         
25                         <direct-parameter description="The command to be executed.">
26                                 <type type="text" list="no"/>
27                         </direct-parameter>
28                         
29                         <parameter name="with argument" code="args" type="text">
30                                 <cocoa key="arg"/>
31                         </parameter>
32                         
33                         <result type="text" description="The message returned by LyX"/>
34                 </command>
35
36         </suite>
37         
38         
39 </dictionary>