root/trunk/lilypad/Resources/XMLConsole.nib/classes.nib @ 243

Revision 243, 1.4 KB (checked in by jppavao, 5 years ago)

The XML input sheet in the XML console window can now perform a basic check for malformed XML. Closes #191.

Line 
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>CLASS</key>
9                        <string>NSObject</string>
10                        <key>LANGUAGE</key>
11                        <string>ObjC</string>
12                </dict>
13                <dict>
14                        <key>CLASS</key>
15                        <string>FirstResponder</string>
16                        <key>LANGUAGE</key>
17                        <string>ObjC</string>
18                        <key>SUPERCLASS</key>
19                        <string>NSObject</string>
20                </dict>
21                <dict>
22                        <key>ACTIONS</key>
23                        <dict>
24                                <key>clear</key>
25                                <string>id</string>
26                                <key>inputSheetCancel</key>
27                                <string>id</string>
28                                <key>inputSheetOK</key>
29                                <string>id</string>
30                                <key>save</key>
31                                <string>id</string>
32                                <key>showInputSheet</key>
33                                <string>id</string>
34                        </dict>
35                        <key>CLASS</key>
36                        <string>LPXmlConsoleController</string>
37                        <key>LANGUAGE</key>
38                        <string>ObjC</string>
39                        <key>OUTLETS</key>
40                        <dict>
41                                <key>m_enableCheckbox</key>
42                                <string>NSButton</string>
43                                <key>m_inputSheet</key>
44                                <string>NSWindow</string>
45                                <key>m_inputTextView</key>
46                                <string>NSTextView</string>
47                                <key>m_invalidXMLLabel</key>
48                                <string>NSTextField</string>
49                                <key>m_xmlTextView</key>
50                                <string>NSTextView</string>
51                        </dict>
52                        <key>SUPERCLASS</key>
53                        <string>NSWindowController</string>
54                </dict>
55        </array>
56        <key>IBVersion</key>
57        <string>1</string>
58</dict>
59</plist>
Note: See TracBrowser for help on using the browser.