| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> | 2 <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> |
| 3 <dictionary title="Dictionary"> | 3 <dictionary title="Dictionary"> |
| 4 <!-- | 4 <!-- |
| 5 STANDARD SUITE | 5 STANDARD SUITE |
| 6 --> | 6 --> |
| 7 <suite name="Standard Suite" code="core" description="Common classes and
commands for all applications."> | 7 <suite name="Standard Suite" code="core" description="Common classes and
commands for all applications."> |
| 8 <cocoa name="NSCoreSuite"/> | 8 <cocoa name="NSCoreSuite"/> |
| 9 <class name="application" code="capp" description="The applicati
on's top-level scripting object."> | 9 <class name="application" code="capp" description="The applicati
on's top-level scripting object."> |
| 10 <cocoa class="BrowserCrApplication"/> | 10 <cocoa class="BrowserCrApplication"/> |
| 11 <element description="The windows contained within this
application, ordered front to back." type="window"> | 11 <element description="The windows contained within this
application, ordered front to back." type="window"> |
| 12 <cocoa key="appleScriptWindows"/> | 12 <cocoa key="appleScriptWindows"/> |
| 13 </element> | 13 </element> |
| 14 <property name="name" code="pnam" description="The name
of the application." type="text" access="r"/> | 14 <property name="name" code="pnam" description="The name
of the application." type="text" access="r"/> |
| 15 <property name="frontmost" code="pisf" description="Is t
his the frontmost (active) application?" type="boolean" access="r"> | 15 <property name="frontmost" code="pisf" description="Is t
his the frontmost (active) application?" type="boolean" access="r"> |
| 16 <cocoa key="isActive"/> | 16 <cocoa key="isActive"/> |
| 17 </property> | 17 </property> |
| 18 <property name="version" code="vers" description="The ve
rsion of the application." type="text" access="r"/> | 18 <property name="version" code="vers" description="The ve
rsion of the application." type="text" access="r"/> |
| 19 <responds-to command="open"> | |
| 20 <cocoa method="handleOpenScriptCommand:"/> | |
| 21 </responds-to> | |
| 22 <responds-to command="quit"> | 19 <responds-to command="quit"> |
| 23 <cocoa method="handleQuitScriptCommand:"/> | 20 <cocoa method="handleQuitScriptCommand:"/> |
| 24 </responds-to> | 21 </responds-to> |
| 25 </class> | 22 </class> |
| 26 <class name="window" code="cwin" description="A window."> | 23 <class name="window" code="cwin" description="A window."> |
| 27 <cocoa class="WindowAppleScript"/> | 24 <cocoa class="WindowAppleScript"/> |
| 28 <element description="The tabs contained within the wind
ow." type="tab"> | 25 <element description="The tabs contained within the wind
ow." type="tab"> |
| 29 <cocoa key="tabs"/> | 26 <cocoa key="tabs"/> |
| 30 </element> | 27 </element> |
| 31 <property name="name" code="pnam" description="The full
title of the window." type="text" access="r"> | 28 <property name="name" code="pnam" description="The full
title of the window." type="text" access="r"> |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 </property> | 193 </property> |
| 197 <property name="title" code="pnam" description="The titl
e of the tab." type="text" access="r"/> | 194 <property name="title" code="pnam" description="The titl
e of the tab." type="text" access="r"/> |
| 198 <property name="URL" code="URL " description="The url vi
sible to the user." type="text"/> | 195 <property name="URL" code="URL " description="The url vi
sible to the user." type="text"/> |
| 199 <property name="loading" code="ldng" description="Is loa
ding?" type="boolean" access="r"/> | 196 <property name="loading" code="ldng" description="Is loa
ding?" type="boolean" access="r"/> |
| 200 <responds-to command="undo"> | 197 <responds-to command="undo"> |
| 201 <cocoa method="handlesUndoScriptCommand:"/> | 198 <cocoa method="handlesUndoScriptCommand:"/> |
| 202 </responds-to> | 199 </responds-to> |
| 203 <responds-to command="redo"> | 200 <responds-to command="redo"> |
| 204 <cocoa method="handlesRedoScriptCommand:"/> | 201 <cocoa method="handlesRedoScriptCommand:"/> |
| 205 </responds-to> | 202 </responds-to> |
| 206 » » » <responds-to command="cut"> | 203 » » » <responds-to command="cut selection"> |
| 207 <cocoa method="handlesCutScriptCommand:"/> | 204 <cocoa method="handlesCutScriptCommand:"/> |
| 208 </responds-to> | 205 </responds-to> |
| 209 » » » <responds-to command="copy"> | 206 » » » <responds-to command="copy selection"> |
| 210 <cocoa method="handlesCopyScriptCommand:"/> | 207 <cocoa method="handlesCopyScriptCommand:"/> |
| 211 </responds-to> | 208 </responds-to> |
| 212 » » » <responds-to command="paste"> | 209 » » » <responds-to command="paste selection"> |
| 213 <cocoa method="handlesPasteScriptCommand:"/> | 210 <cocoa method="handlesPasteScriptCommand:"/> |
| 214 </responds-to> | 211 </responds-to> |
| 215 <responds-to command="select all"> | 212 <responds-to command="select all"> |
| 216 <cocoa method="handlesSelectAllScriptCommand:"/> | 213 <cocoa method="handlesSelectAllScriptCommand:"/> |
| 217 </responds-to> | 214 </responds-to> |
| 218 <responds-to command="go back"> | 215 <responds-to command="go back"> |
| 219 <cocoa method="handlesGoBackScriptCommand:"/> | 216 <cocoa method="handlesGoBackScriptCommand:"/> |
| 220 </responds-to> | 217 </responds-to> |
| 221 <responds-to command="go forward"> | 218 <responds-to command="go forward"> |
| 222 <cocoa method="handlesGoForwardScriptCommand:"/> | 219 <cocoa method="handlesGoForwardScriptCommand:"/> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 </command> | 266 </command> |
| 270 <command name="select all" code="CrSuSlAl" description="Select a
ll."> | 267 <command name="select all" code="CrSuSlAl" description="Select a
ll."> |
| 271 <direct-parameter type="specifier"/> | 268 <direct-parameter type="specifier"/> |
| 272 </command> | 269 </command> |
| 273 <command name="cut selection" code="CrSuCut " description="Cut s
elected text (If Possible)."> | 270 <command name="cut selection" code="CrSuCut " description="Cut s
elected text (If Possible)."> |
| 274 <direct-parameter type="specifier"/> | 271 <direct-parameter type="specifier"/> |
| 275 </command> | 272 </command> |
| 276 <command name="copy selection" code="CrSuCop " description="Copy
text."> | 273 <command name="copy selection" code="CrSuCop " description="Copy
text."> |
| 277 <direct-parameter type="specifier"/> | 274 <direct-parameter type="specifier"/> |
| 278 </command> | 275 </command> |
| 279 » » <command name="paste" code="CrSuPast" description="Paste text (I
f Possible)."> | 276 » » <command name="paste selection" code="CrSuPast" description="Pas
te text (If Possible)."> |
| 280 <direct-parameter type="specifier"/> | 277 <direct-parameter type="specifier"/> |
| 281 </command> | 278 </command> |
| 282 <command name="undo" code="CrSuUndo" description="Undo the last
change."> | 279 <command name="undo" code="CrSuUndo" description="Undo the last
change."> |
| 283 <direct-parameter type="specifier"/> | 280 <direct-parameter type="specifier"/> |
| 284 </command> | 281 </command> |
| 285 <command name="redo" code="CrSuRedo" description="Redo the last
change."> | 282 <command name="redo" code="CrSuRedo" description="Redo the last
change."> |
| 286 <direct-parameter type="specifier"/> | 283 <direct-parameter type="specifier"/> |
| 287 </command> | 284 </command> |
| 288 <command name="stop" code="CrSustop" description="Stop the curre
nt tab from loading."> | 285 <command name="stop" code="CrSustop" description="Stop the curre
nt tab from loading."> |
| 289 <direct-parameter type="specifier"/> | 286 <direct-parameter type="specifier"/> |
| 290 </command> | 287 </command> |
| 291 <command name="view source" code="CrSuVSrc" description="View th
e HTML source of the tab."> | 288 <command name="view source" code="CrSuVSrc" description="View th
e HTML source of the tab."> |
| 292 <direct-parameter type="specifier"/> | 289 <direct-parameter type="specifier"/> |
| 293 </command> | 290 </command> |
| 294 </suite> | 291 </suite> |
| 295 </dictionary> | 292 </dictionary> |
| OLD | NEW |