Lines Matching full:command
19 <responds-to command="quit">
68 <responds-to command="close">
72 <command name="save" code="coresave" description="Save an object.">
80 </command>
86 <command name="open" code="aevtodoc" description="Open a document.">
90 </command>
91 <command name="close" code="coreclos" description="Close a window.">
94 </command>
95 <command name="quit" code="aevtquit" description="Quit the application.">
97 </command>
98 <command name="count" code="corecnte" description="Return the number of elements of a particular class within an object.">
105 </command>
106 <command name="delete" code="coredelo" description="Delete an object.">
109 </command>
110 <command name="duplicate" code="coreclon" description="Copy object(s) and put the copies at a new location.">
120 </command>
121 <command name="exists" code="coredoex" description="Verify if an object exists.">
125 </command>
126 <command name="make" code="corecrel" description="Make a new object.">
141 </command>
142 <command name="move" code="coremove" description="Move object(s) to a new location.">
149 </command>
151 <command name="run" code="aevtoapp" description="Run an application. Most applications will open an empty, untitled window."/>
152 <command name="reopen" code="aevtrapp" description="Reactivate a running application. Some applications will open a new untitled window if no window is open."/>
154 <command name="print" code="aevtpdoc" description="Print an object.">
157 </command>
159 <command name="set" code="coresetd" description="Set an object's data.">
168 </command>
170 <command name="get" code="coregetd" description="Get the data for an object.">
174 </command>
197 <responds-to command="undo">
200 <responds-to command="redo">
203 <responds-to command="cut selection">
206 <responds-to command="copy selection">
209 <responds-to command="paste selection">
212 <responds-to command="select all">
215 <responds-to command="go back">
218 <responds-to command="go forward">
221 <responds-to command="reload">
224 <responds-to command="stop">
227 <responds-to command="print">
230 <responds-to command="view source">
233 <responds-to command="save">
236 <responds-to command="execute">
263 <command name="reload" code="CrSuRlod" description="Reload a tab.">
264 <direct-parameter description="The tab to execute the command in." type="specifier"/>
265 </command>
266 <command name="go back" code="CrSuBack" description="Go Back (If Possible).">
267 <direct-parameter description="The tab to execute the command in." type="specifier"/>
268 </command>
269 <command name="go forward" code="CrSuFwd " description="Go Forward (If Possible).">
270 <direct-parameter description="The tab to execute the command in." type="specifier"/>
271 </command>
272 <command name="select all" code="CrSuSlAl" description="Select all.">
273 <direct-parameter description="The tab to execute the command in." type="specifier"/>
274 </command>
275 <command name="cut selection" code="CrSuCut " description="Cut selected text (If Possible).">
276 <direct-parameter description="The tab to execute the command in." type="specifier"/>
277 </command>
278 <command name="copy selection" code="CrSuCop " description="Copy text.">
279 <direct-parameter description="The tab to execute the command in." type="specifier"/>
280 </command>
281 <command name="paste selection" code="CrSuPast" description="Paste text (If Possible).">
282 <direct-parameter description="The tab to execute the command in." type="specifier"/>
283 </command>
284 <command name="undo" code="CrSuUndo" description="Undo the last change.">
285 <direct-parameter description="The tab to execute the command in." type="specifier"/>
286 </command>
287 <command name="redo" code="CrSuRedo" description="Redo the last change.">
288 <direct-parameter description="The tab to execute the command in." type="specifier"/>
289 </command>
290 <command name="stop" code="CrSustop" description="Stop the current tab from loading.">
291 <direct-parameter description="The tab to execute the command in." type="specifier"/>
292 </command>
293 <command name="view source" code="CrSuVSrc" description="View the HTML source of the tab.">
294 <direct-parameter description="The tab to execute the command in." type="specifier"/>
295 </command>
296 <command name="execute" code="CrSuExJa" description="Execute a piece of javascript.">
297 <direct-parameter description="The tab to execute the command in." type="specifier"/>
302 </command>