source: release/1.11/source/cocoa-ide/ide-contents/Resources/English.lproj/SearchFilesPreLion.nib/classes.nib

Last change on this file was 16126, checked in by Shannon Spires, 10 years ago

Make search-files work again in 10.6.
In addition, there's a new variable *use-pre-lion-search-files* which,
if true, will revert to the old (and IMHO more capable) search-files
behavior even in post-10.6 systems. This must be set prior to
building the IDE. In other words:
(setf ccl::*use-pre-lion-search-files* t)
(require :cocoa-application)
Fixes ticket:1188.

File size: 1.7 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>CLASS</key>
9 <string>NSObject</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 </dict>
13 <dict>
14 <key>ACTIONS</key>
15 <dict>
16 <key>doBrowse</key>
17 <string>id</string>
18 <key>doSearch</key>
19 <string>id</string>
20 <key>editLine</key>
21 <string>id</string>
22 <key>expandResults</key>
23 <string>id</string>
24 <key>toggleCheckbox</key>
25 <string>id</string>
26 <key>updateFileNameString</key>
27 <string>id</string>
28 <key>updateFindString</key>
29 <string>id</string>
30 <key>updateFolderString</key>
31 <string>id</string>
32 </dict>
33 <key>CLASS</key>
34 <string>SearchFilesWindowController</string>
35 <key>LANGUAGE</key>
36 <string>ObjC</string>
37 <key>OUTLETS</key>
38 <dict>
39 <key>browseButton</key>
40 <string>id</string>
41 <key>caseSensitiveCheckbox</key>
42 <string>id</string>
43 <key>expandResultsCheckbox</key>
44 <string>id</string>
45 <key>fileNameComboBox</key>
46 <string>id</string>
47 <key>findComboBox</key>
48 <string>id</string>
49 <key>folderComboBox</key>
50 <string>id</string>
51 <key>outlineView</key>
52 <string>id</string>
53 <key>progressIndicator</key>
54 <string>id</string>
55 <key>recursiveCheckbox</key>
56 <string>id</string>
57 <key>searchButton</key>
58 <string>id</string>
59 <key>searchCommentsCheckbox</key>
60 <string>id</string>
61 <key>statusField</key>
62 <string>id</string>
63 </dict>
64 <key>SUPERCLASS</key>
65 <string>NSWindowController</string>
66 </dict>
67 </array>
68 <key>IBVersion</key>
69 <string>1</string>
70</dict>
71</plist>
Note: See TracBrowser for help on using the repository browser.