source: branches/1.1/ccl/cocoa-ide/ide-contents/Resources/English.lproj/MainMenu.nib/classes.nib

Last change on this file was 7584, checked in by R. Matthew Emerson, 17 years ago

New feature: basic apropos window. This needs to be enhanced, but it's
a place to start.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
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>ACTIONS</key>
9 <dict>
10 <key>toggleTypeout</key>
11 <string>id</string>
12 </dict>
13 <key>CLASS</key>
14 <string>NSApplication</string>
15 <key>LANGUAGE</key>
16 <string>ObjC</string>
17 <key>SUPERCLASS</key>
18 <string>NSResponder</string>
19 </dict>
20 <dict>
21 <key>ACTIONS</key>
22 <dict>
23 <key>backtrace</key>
24 <string>id</string>
25 <key>compileAndLoadBuffer</key>
26 <string>id</string>
27 <key>compileBuffer</key>
28 <string>id</string>
29 <key>continue</key>
30 <string>id</string>
31 <key>evalSelection</key>
32 <string>id</string>
33 <key>exitBreak</key>
34 <string>id</string>
35 <key>hyperSpecLookUp</key>
36 <string>id</string>
37 <key>inspect</key>
38 <string>id</string>
39 <key>interrupt</key>
40 <string>id</string>
41 <key>loadBuffer</key>
42 <string>id</string>
43 <key>newListener</key>
44 <string>id</string>
45 <key>restarts</key>
46 <string>id</string>
47 <key>showAproposWindow</key>
48 <string>id</string>
49 <key>showListener</key>
50 <string>id</string>
51 <key>showPreferences</key>
52 <string>id</string>
53 <key>showProcessesWindow</key>
54 <string>id</string>
55 </dict>
56 <key>CLASS</key>
57 <string>FirstResponder</string>
58 <key>LANGUAGE</key>
59 <string>ObjC</string>
60 <key>SUPERCLASS</key>
61 <string>NSObject</string>
62 </dict>
63 </array>
64 <key>IBVersion</key>
65 <string>1</string>
66</dict>
67</plist>
Note: See TracBrowser for help on using the repository browser.