source: branches/new-random/cocoa-ide/ide-contents/Resources/English.lproj/MainMenu.nib/classes.nib

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

Remove modeline-scroll-view class. Add #/evalAll: method on
hemlock-text-view. Set "Execute All" menu item action to #/evalAll:.
Add code to hemlock-text-view's #/validateMenuItem: method to try to
enable/disable the "Execute All" menu item approrpriately (we don't
want "Execute All" to work on listener windows).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 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>compileFile</key>
32 <string>id</string>
33 <key>continue</key>
34 <string>id</string>
35 <key>evalAll</key>
36 <string>id</string>
37 <key>evalSelection</key>
38 <string>id</string>
39 <key>exitBreak</key>
40 <string>id</string>
41 <key>hyperSpecLookUp</key>
42 <string>id</string>
43 <key>inspect</key>
44 <string>id</string>
45 <key>interrupt</key>
46 <string>id</string>
47 <key>loadBuffer</key>
48 <string>id</string>
49 <key>loadFile</key>
50 <string>id</string>
51 <key>newListener</key>
52 <string>id</string>
53 <key>restarts</key>
54 <string>id</string>
55 <key>showAproposWindow</key>
56 <string>id</string>
57 <key>showListener</key>
58 <string>id</string>
59 <key>showNewInspector</key>
60 <string>id</string>
61 <key>showPreferences</key>
62 <string>id</string>
63 <key>showProcessesWindow</key>
64 <string>id</string>
65 <key>showSearchFiles</key>
66 <string>id</string>
67 <key>showXaproposWindow</key>
68 <string>id</string>
69 <key>updateCCL</key>
70 <string>id</string>
71 </dict>
72 <key>CLASS</key>
73 <string>FirstResponder</string>
74 <key>LANGUAGE</key>
75 <string>ObjC</string>
76 <key>SUPERCLASS</key>
77 <string>NSObject</string>
78 </dict>
79 </array>
80 <key>IBVersion</key>
81 <string>1</string>
82</dict>
83</plist>
Note: See TracBrowser for help on using the repository browser.