source: release/1.3/source/cocoa-ide/ide-contents/Resources/English.lproj/MainMenu.nib/classes.nib

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

Merge trunk changes r11863 through r11898.

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