root/tags/2D14/Resources/Colloquy.scriptSuite

Revision 2543, 25.4 kB (checked in by timothy, 4 years ago)
  • Transparant chat areas make a return now that 10.3.9 is out and Safari 1.3 is final. Set the alpha on the background color in your variants to use transparancy.
  • Attempts to fix the AppleScript? by removed depricated commands, and ditchign the buggy .r file.
  • Other stuff I'm sure...
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>AppleEventCode</key>
6         <string>coRC</string>
7         <key>Classes</key>
8         <dict>
9                 <key>JVBuddy</key>
10                 <dict>
11                         <key>AppleEventCode</key>
12                         <string>budM</string>
13                         <key>Attributes</key>
14                         <dict>
15                                 <key>awayMessage</key>
16                                 <dict>
17                                         <key>AppleEventCode</key>
18                                         <string>aStA</string>
19                                         <key>ReadOnly</key>
20                                         <string>YES</string>
21                                         <key>Type</key>
22                                         <string>NSString</string>
23                                 </dict>
24                                 <key>compositeName</key>
25                                 <dict>
26                                         <key>AppleEventCode</key>
27                                         <string>pnam</string>
28                                         <key>ReadOnly</key>
29                                         <string>YES</string>
30                                         <key>Type</key>
31                                         <string>NSString</string>
32                                 </dict>
33                                 <key>firstName</key>
34                                 <dict>
35                                         <key>AppleEventCode</key>
36                                         <string>fsnA</string>
37                                         <key>Type</key>
38                                         <string>NSString</string>
39                                 </dict>
40                                 <key>givenNickname</key>
41                                 <dict>
42                                         <key>AppleEventCode</key>
43                                         <string>gvnA</string>
44                                         <key>Type</key>
45                                         <string>NSString</string>
46                                 </dict>
47                                 <key>idleTime</key>
48                                 <dict>
49                                         <key>AppleEventCode</key>
50                                         <string>iDlA</string>
51                                         <key>ReadOnly</key>
52                                         <string>YES</string>
53                                         <key>Type</key>
54                                         <string>NSNumber&lt;Double&gt;</string>
55                                 </dict>
56                                 <key>lastName</key>
57                                 <dict>
58                                         <key>AppleEventCode</key>
59                                         <string>lsnA</string>
60                                         <key>Type</key>
61                                         <string>NSString</string>
62                                 </dict>
63                                 <key>preferredName</key>
64                                 <dict>
65                                         <key>AppleEventCode</key>
66                                         <string>prnA</string>
67                                         <key>ReadOnly</key>
68                                         <string>YES</string>
69                                         <key>Type</key>
70                                         <string>NSString</string>
71                                 </dict>
72                                 <key>primaryEmail</key>
73                                 <dict>
74                                         <key>AppleEventCode</key>
75                                         <string>pemA</string>
76                                         <key>Type</key>
77                                         <string>NSString</string>
78                                 </dict>
79                                 <key>status</key>
80                                 <dict>
81                                         <key>AppleEventCode</key>
82                                         <string>stsA</string>
83                                         <key>ReadOnly</key>
84                                         <string>YES</string>
85                                         <key>Type</key>
86                                         <string>NSNumber&lt;Colloquy.BuddyStatus&gt;</string>
87                                 </dict>
88                                 <key>uniqueIdentifier</key>
89                                 <dict>
90                                         <key>AppleEventCode</key>
91                                         <string>ID  </string>
92                                         <key>ReadOnly</key>
93                                         <string>YES</string>
94                                         <key>Type</key>
95                                         <string>NSString</string>
96                                 </dict>
97                         </dict>
98                         <key>Superclass</key>
99                         <string>NSCoreSuite.AbstractObject</string>
100                 </dict>
101                 <key>JVChatConsolePanel</key>
102                 <dict>
103                         <key>AppleEventCode</key>
104                         <string>ccoM</string>
105                         <key>Superclass</key>
106                         <string>Colloquy.Panel</string>
107                 </dict>
108                 <key>JVChatMessage</key>
109                 <dict>
110                         <key>AppleEventCode</key>
111                         <string>cmsM</string>
112                         <key>Attributes</key>
113                         <dict>
114                                 <key>body</key>
115                                 <dict>
116                                         <key>AppleEventCode</key>
117                                         <string>maPA</string>
118                                         <key>Type</key>
119                                         <string>NSTextSuite.NSTextStorage</string>
120                                 </dict>
121                                 <key>bodyAsHTML</key>
122                                 <dict>
123                                         <key>AppleEventCode</key>
124                                         <string>maHA</string>
125                                         <key>Type</key>
126                                         <string>NSString</string>
127                                 </dict>
128                                 <key>date</key>
129                                 <dict>
130                                         <key>AppleEventCode</key>
131                                         <string>dteA</string>
132                                         <key>Type</key>
133                                         <string>NSDate</string>
134                                 </dict>
135                                 <key>ignoreStatus</key>
136                                 <dict>
137                                         <key>AppleEventCode</key>
138                                         <string>iGsA</string>
139                                         <key>Type</key>
140                                         <string>NSNumber&lt;Colloquy.IgnoreStatus&gt;</string>
141                                 </dict>
142                                 <key>isAction</key>
143                                 <dict>
144                                         <key>AppleEventCode</key>
145                                         <string>isAc</string>
146                                         <key>Type</key>
147                                         <string>NSNumber&lt;Bool&gt;</string>
148                                 </dict>
149                                 <key>isHighlighted</key>
150                                 <dict>
151                                         <key>AppleEventCode</key>
152                                         <string>iHlt</string>
153                                         <key>Type</key>
154                                         <string>NSNumber&lt;Bool&gt;</string>
155                                 </dict>
156                                 <key>messageNumber</key>
157                                 <dict>
158                                         <key>AppleEventCode</key>
159                                         <string>ID  </string>
160                                         <key>Type</key>
161                                         <string>NSNumber&lt;Int&gt;</string>
162                                 </dict>
163                                 <key>sender</key>
164                                 <dict>
165                                         <key>AppleEventCode</key>
166                                         <string>sNdA</string>
167                                         <key>Type</key>
168                                         <string>NSCoreSuite.AbstractObject</string>
169                                 </dict>
170                                 <key>transcript</key>
171                                 <dict>
172                                         <key>AppleEventCode</key>
173                                         <string>traM</string>
174                                         <key>ReadOnly</key>
175                                         <string>YES</string>
176                                         <key>Type</key>
177                                         <string>Colloquy.JVChatTranscript</string>
178                                 </dict>
179                         </dict>
180                         <key>DefaultSubcontainerAttribute</key>
181                         <string>body</string>
182                         <key>Superclass</key>
183                         <string>NSCoreSuite.AbstractObject</string>
184                 </dict>
185                 <key>JVChatRoomMember</key>
186                 <dict>
187                         <key>AppleEventCode</key>
188                         <string>chmM</string>
189                         <key>Attributes</key>
190                         <dict>
191                                 <key>buddy</key>
192                                 <dict>
193                                         <key>AppleEventCode</key>
194                                         <string>budM</string>
195                                         <key>ReadOnly</key>
196                                         <string>YES</string>
197                                         <key>Type</key>
198                                         <string>Colloquy.JVBuddy</string>
199                                 </dict>
200                                 <key>nickname</key>
201                                 <dict>
202                                         <key>AppleEventCode</key>
203                                         <string>pnam</string>
204                                         <key>ReadOnly</key>
205                                         <string>YES</string>
206                                         <key>Type</key>
207                                         <string>NSString</string>
208                                 </dict>
209                                 <key>room</key>
210                                 <dict>
211                                         <key>AppleEventCode</key>
212                                         <string>crmM</string>
213                                         <key>ReadOnly</key>
214                                         <string>YES</string>
215                                         <key>Type</key>
216                                         <string>Colloquy.JVChatRoomPanel</string>
217                                 </dict>
218                                 <key>uniqueIdentifier</key>
219                                 <dict>
220                                         <key>AppleEventCode</key>
221                                         <string>ID  </string>
222                                         <key>ReadOnly</key>
223                                         <string>YES</string>
224                                         <key>Type</key>
225                                         <string>NSNumber</string>
226                                 </dict>
227                                 <key>user</key>
228                                 <dict>
229                                         <key>AppleEventCode</key>
230                                         <string>chUs</string>
231                                         <key>Type</key>
232                                         <string>ChatCore.MVChatUser</string>
233                                 </dict>
234                         </dict>
235                         <key>DefaultSubcontainerAttribute</key>
236                         <string>user</string>
237                         <key>Superclass</key>
238                         <string>Colloquy.ListItem</string>
239                 </dict>
240                 <key>JVChatRoomPanel</key>
241                 <dict>
242                         <key>AppleEventCode</key>
243                         <string>crmM</string>
244                         <key>Superclass</key>
245                         <string>Colloquy.JVDirectChatPanel</string>
246                         <key>ToManyRelationships</key>
247                         <dict>
248                                 <key>chatMembers</key>
249                                 <dict>
250                                         <key>AppleEventCode</key>
251                                         <string>chmM</string>
252                                         <key>LocationRequiredToCreate</key>
253                                         <string>NO</string>
254                                         <key>ReadOnly</key>
255                                         <string>YES</string>
256                                         <key>Type</key>
257                                         <string>Colloquy.JVChatRoomMember</string>
258                                 </dict>
259                         </dict>
260                 </dict>
261                 <key>JVChatTranscript</key>
262                 <dict>
263                         <key>AppleEventCode</key>
264                         <string>traM</string>
265                         <key>Attributes</key>
266                         <dict>
267                                 <key>automaticallyWritesChangesToFile</key>
268                                 <dict>
269                                         <key>AppleEventCode</key>
270                                         <string>atSA</string>
271                                         <key>Type</key>
272                                         <string>NSNumber&lt;Bool&gt;</string>
273                                 </dict>
274                                 <key>filePath</key>
275                                 <dict>
276                                         <key>AppleEventCode</key>
277                                         <string>kfil</string>
278                                         <key>Type</key>
279                                         <string>NSString&lt;FilePath&gt;</string>
280                                 </dict>
281                                 <key>uniqueIdentifier</key>
282                                 <dict>
283                                         <key>AppleEventCode</key>
284                                         <string>ID  </string>
285                                         <key>ReadOnly</key>
286                                         <string>YES</string>
287                                         <key>Type</key>
288                                         <string>NSNumber</string>
289                                 </dict>
290                         </dict>
291                         <key>Superclass</key>
292                         <string>NSCoreSuite.AbstractObject</string>
293                         <key>SupportedCommands</key>
294                         <dict>
295                                 <key>NSCoreSuite.Save</key>
296                                 <string>saveScriptCommand:</string>
297                         </dict>
298                         <key>ToManyRelationships</key>
299                         <dict>
300                                 <key>messages</key>
301                                 <dict>
302                                         <key>AppleEventCode</key>
303                                         <string>cmsM</string>
304                                         <key>LocationRequiredToCreate</key>
305                                         <string>NO</string>
306                                         <key>Type</key>
307                                         <string>Colloquy.JVChatMessage</string>
308                                 </dict>
309                         </dict>
310                 </dict>
311                 <key>JVChatTranscriptPanel</key>
312                 <dict>
313                         <key>AppleEventCode</key>
314                         <string>ctrM</string>
315                         <key>Attributes</key>
316                         <dict>
317                                 <key>transcript</key>
318                                 <dict>
319                                         <key>AppleEventCode</key>
320                                         <string>traM</string>
321                                         <key>ReadOnly</key>
322                                         <string>YES</string>
323                                         <key>Type</key>
324                                         <string>Colloquy.JVChatTranscript</string>
325                                 </dict>
326                         </dict>
327                         <key>DefaultSubcontainerAttribute</key>
328                         <string>transcript</string>
329                         <key>Superclass</key>
330                         <string>Colloquy.Panel</string>
331                 </dict>
332                 <key>JVDirectChatPanel</key>
333                 <dict>
334                         <key>AppleEventCode</key>
335                         <string>dchM</string>
336                         <key>Attributes</key>
337                         <dict>
338                                 <key>cantSendMessages</key>
339                                 <dict>
340                                         <key>AppleEventCode</key>
341                                         <string>csmA</string>
342                                         <key>ReadOnly</key>
343                                         <string>YES</string>
344                                         <key>Type</key>
345                                         <string>NSNumber&lt;Bool&gt;</string>
346                                 </dict>
347                                 <key>currentMessage</key>
348                                 <dict>
349                                         <key>AppleEventCode</key>
350                                         <string>cRmA</string>
351                                         <key>ReadOnly</key>
352                                         <string>YES</string>
353                                         <key>Type</key>
354                                         <string>Colloquy.JVChatMessage</string>
355                                 </dict>
356                                 <key>isActive</key>
357                                 <dict>
358                                         <key>AppleEventCode</key>
359                                         <string>iacA</string>
360                                         <key>ReadOnly</key>
361                                         <string>YES</string>
362                                         <key>Type</key>
363                                         <string>NSNumber&lt;Bool&gt;</string>
364                                 </dict>
365                                 <key>newHighlightMessagesWaiting</key>
366                                 <dict>
367                                         <key>AppleEventCode</key>
368                                         <string>nhmA</string>
369                                         <key>ReadOnly</key>
370                                         <string>YES</string>
371                                         <key>Type</key>
372                                         <string>NSNumber</string>
373                                 </dict>
374                                 <key>newMessagesWaiting</key>
375                                 <dict>
376                                         <key>AppleEventCode</key>
377                                         <string>nemA</string>
378                                         <key>ReadOnly</key>
379                                         <string>YES</string>
380                                         <key>Type</key>
381                                         <string>NSNumber</string>
382                                 </dict>
383                                 <key>scriptTypedEncoding</key>
384                                 <dict>
385                                         <key>AppleEventCode</key>
386                                         <string>eNcA</string>
387                                         <key>Type</key>
388                                         <string>NSNumber&lt;ChatCore.Encoding&gt;</string>
389                                 </dict>
390                                 <key>target</key>
391                                 <dict>
392                                         <key>AppleEventCode</key>
393                                         <string>trgA</string>
394                                         <key>ReadOnly</key>
395                                         <string>YES</string>
396                                         <key>Type</key>
397                                         <string>NSObject</string>
398                                 </dict>
399                         </dict>
400                         <key>Superclass</key>
401                         <string>Colloquy.JVChatTranscriptPanel</string>
402                         <key>SupportedCommands</key>
403                         <dict>
404                                 <key>ChatCore.SendMessage</key>
405                                 <string>sendMessageScriptCommand:</string>
406                                 <key>Colloquy.AddEventMessage</key>
407                                 <string></string>
408                         </dict>
409                 </dict>
410                 <key>ListItem</key>
411                 <dict>
412                         <key>AppleEventCode</key>
413                         <string>cliM</string>
414                         <key>Attributes</key>
415                         <dict>
416                                 <key>information</key>
417                                 <dict>
418                                         <key>AppleEventCode</key>
419                                         <string>infA</string>
420                                         <key>ReadOnly</key>
421                                         <string>YES</string>
422                                         <key>Type</key>
423                                         <string>NSString</string>
424                                 </dict>
425                                 <key>isEnabled</key>
426                                 <dict>
427                                         <key>AppleEventCode</key>
428                                         <string>enBA</string>
429                                         <key>ReadOnly</key>
430                                         <string>YES</string>
431                                         <key>Type</key>
432                                         <string>NSNumber&lt;Bool&gt;</string>
433                                 </dict>
434                                 <key>parent</key>
435                                 <dict>
436                                         <key>AppleEventCode</key>
437                                         <string>pArA</string>
438                                         <key>ReadOnly</key>
439                                         <string>YES</string>
440                                         <key>Type</key>
441                                         <string>Colloquy.ListItem</string>
442                                 </dict>
443                                 <key>title</key>
444                                 <dict>
445                                         <key>AppleEventCode</key>
446                                         <string>pnam</string>
447                                         <key>ReadOnly</key>
448                                         <string>YES</string>
449                                         <key>Type</key>
450                                         <string>NSString</string>
451                                 </dict>
452                                 <key>toolTip</key>
453                                 <dict>
454                                         <key>AppleEventCode</key>
455                                         <string>toLA</string>
456                                         <key>ReadOnly</key>
457                                         <string>YES</string>
458                                         <key>Type</key>
459                                         <string>NSString</string>
460                                 </dict>
461                         </dict>
462                         <key>Superclass</key>
463                         <string>NSCoreSuite.AbstractObject</string>
464                         <key>ToManyRelationships</key>
465                         <dict>
466                                 <key>children</key>
467                                 <dict>
468                                         <key>AppleEventCode</key>
469                                         <string>cliM</string>
470                                         <key>LocationRequiredToCreate</key>
471                                         <string>NO</string>
472                                         <key>ReadOnly</key>
473                                         <string>YES</string>
474                                         <key>Type</key>
475                                         <string>Colloquy.ListItem</string>
476                                 </dict>
477                         </dict>
478                 </dict>
479                 <key>NSApplication</key>
480                 <dict>
481                         <key>AppleEventCode</key>
482                         <string>capp</string>
483                         <key>Attributes</key>
484                         <dict>
485                                 <key>isActive</key>
486                                 <dict>
487                                         <key>AppleEventCode</key>
488                                         <string>pisf</string>
489                                         <key>ReadOnly</key>
490                                         <string>YES</string>
491                                         <key>Type</key>
492                                         <string>NSNumber&lt;Bool&gt;</string>
493                                 </dict>
494                                 <key>name</key>
495                                 <dict>
496                                         <key>AppleEventCode</key>
497                                         <string>pnam</string>
498                                         <key>ReadOnly</key>
499                                         <string>YES</string>
500                                         <key>Type</key>
501                                         <string>NSString</string>
502                                 </dict>
503                                 <key>version</key>
504                                 <dict>
505                                         <key>AppleEventCode</key>
506                                         <string>vers</string>
507                                         <key>ReadOnly</key>
508                                         <string>YES</string>
509                                         <key>Type</key>
510                                         <string>NSString</string>
511                                 </dict>
512                         </dict>
513                         <key>Superclass</key>
514                         <string>NSCoreSuite.AbstractObject</string>
515                         <key>SupportedCommands</key>
516                         <dict>
517                                 <key>ChatCore.SendMessage</key>
518                                 <string>sendMessageScriptCommand:</string>
519                                 <key>Colloquy.AddEventMessage</key>
520                                 <string>addEventMessageScriptCommand:</string>
521                                 <key>Colloquy.newConnection</key>
522                                 <string>newConnection:</string>
523                                 <key>NSCoreSuite.Open</key>
524                                 <string>handleOpenScriptCommand:</string>
525                                 <key>NSCoreSuite.Print</key>
526                                 <string>handlePrintScriptCommand:</string>
527                                 <key>NSCoreSuite.Quit</key>
528                                 <string>handleQuitScriptCommand:</string>
529                         </dict>
530                         <key>ToManyRelationships</key>
531                         <dict>
532                                 <key>chatBuddies</key>
533                                 <dict>
534                                         <key>AppleEventCode</key>
535                                         <string>budM</string>
536                                         <key>LocationRequiredToCreate</key>
537                                         <string>NO</string>
538                                         <key>ReadOnly</key>
539                                         <string>YES</string>
540                                         <key>Type</key>
541                                         <string>Colloquy.JVBuddy</string>
542                                 </dict>
543                                 <key>chatConnections</key>
544                                 <dict>
545                                         <key>AppleEventCode</key>
546                                         <string>conM</string>
547                                         <key>LocationRequiredToCreate</key>
548                                         <string>NO</string>
549                                         <key>ReadOnly</key>
550                                         <string>YES</string>
551                                         <key>Type</key>
552                                         <string>ChatCore.MVChatConnection</string>
553                                 </dict>
554                                 <key>chatConsoles</key>
555                                 <dict>
556                                         <key>AppleEventCode</key>
557                                         <string>ccoM</string>
558                                         <key>LocationRequiredToCreate</key>
559                                         <string>NO</string>
560                                         <key>ReadOnly</key>
561                                         <string>YES</string>
562                                         <key>Type</key>
563                                         <string>Colloquy.JVChatConsolePanel</string>
564                                 </dict>
565                                 <key>chatRooms</key>
566                                 <dict>
567                                         <key>AppleEventCode</key>
568                                         <string>crmM</string>
569                                         <key>LocationRequiredToCreate</key>
570                                         <string>NO</string>
571                                         <key>ReadOnly</key>
572                                         <string>YES</string>
573                                         <key>Type</key>
574                                         <string>Colloquy.JVChatRoomPanel</string>
575                                 </dict>
576                                 <key>chatTranscripts</key>
577                                 <dict>
578                                         <key>AppleEventCode</key>
579                                         <string>ctrM</string>
580                                         <key>LocationRequiredToCreate</key>
581                                         <string>NO</string>
582                                         <key>ReadOnly</key>
583                                         <string>YES</string>
584                                         <key>Type</key>
585                                         <string>Colloquy.JVChatTranscriptPanel</string>
586                                 </dict>
587                                 <key>chatViews</key>
588                                 <dict>
589                                         <key>AppleEventCode</key>
590                                         <string>chvC</string>
591                                         <key>LocationRequiredToCreate</key>
592                                         <string>NO</string>
593                                         <key>ReadOnly</key>
594                                         <string>YES</string>
595                                         <key>Type</key>
596                                         <string>Colloquy.Panel</string>
597                                 </dict>
598                                 <key>directChats</key>
599                                 <dict>
600                                         <key>AppleEventCode</key>
601                                         <string>dchM</string>