| 1 | | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|---|
| 3 | | <plist version="1.0"> |
|---|
| 4 | | <dict> |
|---|
| 5 | | <key>IBClasses</key> |
|---|
| 6 | | <array> |
|---|
| 7 | | <dict> |
|---|
| 8 | | <key>ACTIONS</key> |
|---|
| 9 | | <dict> |
|---|
| 10 | | <key>changeMessageScrollback</key> |
|---|
| 11 | | <string>id</string> |
|---|
| 12 | | <key>changeRejoinDelay</key> |
|---|
| 13 | | <string>id</string> |
|---|
| 14 | | <key>changeSendHistory</key> |
|---|
| 15 | | <string>id</string> |
|---|
| 16 | | <key>changeSendOnEnterAction</key> |
|---|
| 17 | | <string>id</string> |
|---|
| 18 | | <key>changeSendOnReturnAction</key> |
|---|
| 19 | | <string>id</string> |
|---|
| 20 | | </dict> |
|---|
| 21 | | <key>CLASS</key> |
|---|
| 22 | | <string>JVBehaviorPreferences</string> |
|---|
| 23 | | <key>LANGUAGE</key> |
|---|
| 24 | | <string>ObjC</string> |
|---|
| 25 | | <key>OUTLETS</key> |
|---|
| 26 | | <dict> |
|---|
| 27 | | <key>autoRejoinCheck</key> |
|---|
| 28 | | <string>NSButton</string> |
|---|
| 29 | | <key>enterKeyAction</key> |
|---|
| 30 | | <string>NSPopUpButton</string> |
|---|
| 31 | | <key>messageScrollback</key> |
|---|
| 32 | | <string>NSTextField</string> |
|---|
| 33 | | <key>messageScrollbackStepper</key> |
|---|
| 34 | | <string>NSStepper</string> |
|---|
| 35 | | <key>rejoinDelay</key> |
|---|
| 36 | | <string>NSTextField</string> |
|---|
| 37 | | <key>rejoinDelayStepper</key> |
|---|
| 38 | | <string>NSStepper</string> |
|---|
| 39 | | <key>returnKeyAction</key> |
|---|
| 40 | | <string>NSPopUpButton</string> |
|---|
| 41 | | <key>sendHistory</key> |
|---|
| 42 | | <string>NSTextField</string> |
|---|
| 43 | | <key>sendHistoryStepper</key> |
|---|
| 44 | | <string>NSStepper</string> |
|---|
| 45 | | </dict> |
|---|
| 46 | | <key>SUPERCLASS</key> |
|---|
| 47 | | <string>NSPreferencesModule</string> |
|---|
| 48 | | </dict> |
|---|
| 49 | | <dict> |
|---|
| 50 | | <key>CLASS</key> |
|---|
| 51 | | <string>NSPreferencesModule</string> |
|---|
| 52 | | <key>LANGUAGE</key> |
|---|
| 53 | | <string>ObjC</string> |
|---|
| 54 | | <key>OUTLETS</key> |
|---|
| 55 | | <dict> |
|---|
| 56 | | <key>_preferencesView</key> |
|---|
| 57 | | <string>NSBox</string> |
|---|
| 58 | | <key>preferencesView</key> |
|---|
| 59 | | <string>NSBox</string> |
|---|
| 60 | | </dict> |
|---|
| 61 | | <key>SUPERCLASS</key> |
|---|
| 62 | | <string>NSObject</string> |
|---|
| 63 | | </dict> |
|---|
| 64 | | <dict> |
|---|
| 65 | | <key>CLASS</key> |
|---|
| 66 | | <string>FirstResponder</string> |
|---|
| 67 | | <key>LANGUAGE</key> |
|---|
| 68 | | <string>ObjC</string> |
|---|
| 69 | | <key>SUPERCLASS</key> |
|---|
| 70 | | <string>NSObject</string> |
|---|
| 71 | | </dict> |
|---|
| 72 | | </array> |
|---|
| 73 | | <key>IBVersion</key> |
|---|
| 74 | | <string>1</string> |
|---|
| 75 | | </dict> |
|---|
| 76 | | </plist> |
|---|
| | 1 | { |
|---|
| | 2 | IBClasses = ( |
|---|
| | 3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
|---|
| | 4 | { |
|---|
| | 5 | ACTIONS = {changeSendOnEnterAction = id; changeSendOnReturnAction = id; }; |
|---|
| | 6 | CLASS = JVBehaviorPreferences; |
|---|
| | 7 | LANGUAGE = ObjC; |
|---|
| | 8 | OUTLETS = {enterKeyAction = NSPopUpButton; returnKeyAction = NSPopUpButton; }; |
|---|
| | 9 | SUPERCLASS = NSPreferencesModule; |
|---|
| | 10 | }, |
|---|
| | 11 | { |
|---|
| | 12 | CLASS = NSPreferencesModule; |
|---|
| | 13 | LANGUAGE = ObjC; |
|---|
| | 14 | OUTLETS = {"_preferencesView" = NSBox; preferencesView = NSBox; }; |
|---|
| | 15 | SUPERCLASS = NSObject; |
|---|
| | 16 | } |
|---|
| | 17 | ); |
|---|
| | 18 | IBVersion = 1; |
|---|
| | 19 | } |
|---|