source: branches/1.7-ita/source/cocoa-ide/ide-contents/Resources/English.lproj/apropos.nib/classes.nib

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

Some easy apropos window changes.

  • work with new inspector (no more GUI::CINSPECT, so we just call INSPECT)
  • apropos window is now a plain window, not a utility panel
  • double-clicking a row now shows the source
  • the "inspect" and "edit source" contextual menu items work

(cf. ticket:226, ticket:176)

File size: 1.3 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>apropos</key>
11 <string>id</string>
12 <key>definitionForSelectedSymbol</key>
13 <string>id</string>
14 <key>inspectSelectedSymbol</key>
15 <string>id</string>
16 <key>setPackage</key>
17 <string>id</string>
18 <key>toggleShowsExternalSymbols</key>
19 <string>id</string>
20 </dict>
21 <key>CLASS</key>
22 <string>AproposWindowController</string>
23 <key>LANGUAGE</key>
24 <string>ObjC</string>
25 <key>OUTLETS</key>
26 <dict>
27 <key>arrayController</key>
28 <string>id</string>
29 <key>comboBox</key>
30 <string>id</string>
31 <key>externalSymbolsCheckbox</key>
32 <string>id</string>
33 <key>tableView</key>
34 <string>id</string>
35 <key>textView</key>
36 <string>id</string>
37 </dict>
38 <key>SUPERCLASS</key>
39 <string>NSWindowController</string>
40 </dict>
41 <dict>
42 <key>CLASS</key>
43 <string>PackageComboBox</string>
44 <key>LANGUAGE</key>
45 <string>ObjC</string>
46 <key>OUTLETS</key>
47 <dict>
48 <key>dataSource</key>
49 <string>id</string>
50 </dict>
51 </dict>
52 </array>
53 <key>IBVersion</key>
54 <string>1</string>
55</dict>
56</plist>
Note: See TracBrowser for help on using the repository browser.