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

Last change on this file was 8459, checked in by Gary Byers, 17 years ago

Change "typeout" windows menu item to refer to console window actions.

  • 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>toggleConsole</key>
11 <string>id</string>
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>
27 <key>compileAndLoadBuffer</key>
28 <string>id</string>
29 <key>compileBuffer</key>
30 <string>id</string>
31 <key>continue</key>
32 <string>id</string>
33 <key>evalSelection</key>
34 <string>id</string>
35 <key>exitBreak</key>
36 <string>id</string>
37 <key>hyperSpecLookUp</key>
38 <string>id</string>
39 <key>inspect</key>
40 <string>id</string>
41 <key>interrupt</key>
42 <string>id</string>
43 <key>loadBuffer</key>
44 <string>id</string>
45 <key>newListener</key>
46 <string>id</string>
47 <key>restarts</key>
48 <string>id</string>
49 <key>showAproposWindow</key>
50 <string>id</string>
51 <key>showListener</key>
52 <string>id</string>
53 <key>showPreferences</key>
54 <string>id</string>
55 <key>showProcessesWindow</key>
56 <string>id</string>
57 </dict>
58 <key>CLASS</key>
59 <string>FirstResponder</string>
60 <key>LANGUAGE</key>
61 <string>ObjC</string>
62 <key>SUPERCLASS</key>
63 <string>NSObject</string>
64 </dict>
65 </array>
66 <key>IBVersion</key>
67 <string>1</string>
68</dict>
69</plist>
Note: See TracBrowser for help on using the repository browser.