source: trunk/Cocoa/Pester/Source/English.lproj/Preferences.nib/info.nib@ 129

Last change on this file since 129 was 129, checked in by Nicholas Riley, 21 years ago

PSPreferencesController.[hm]: Manage preferences window, just like in
HostLauncher (and DockCam, I guess, though I didn't check.)

NJRHotKeyField.[hm], NJRHotKeyFieldCell.[hm]: Implements a NSTextField
subclass which intercepts every keyboard event it can, and turns it
into a human-readable representation. Don't ask me how many hours of
work this was.

English.lproj/MainMenu.nib: Hook up Preferences menu item.

English.lproj/Preferences.nib: Simple Preferences panel. One
NJRHotKeyField, one button, a couple of static text fields.

NSString-NJRExtensions.[hm]: Added method from HostLauncher (modified
to output attributed string, as it's needed in order to get the right
mix of fonts), -keyEquivalentAttributedStringWithModifierMask:.
Greatly broadened the number of keys which this method can process to
pretty much the entire extended keyboard.

NSFont-NJRExtensions.[hm]: Provide a class method for obtaining a
theme font as a NSFont.

File size: 581 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBFramework Version</key>
6 <string>291.0</string>
7 <key>IBOpenObjects</key>
8 <array>
9 <integer>5</integer>
10 </array>
11 <key>IBSystem Version</key>
12 <string>6I32</string>
13 <key>IBUserGuides</key>
14 <dict>
15 <key>5</key>
16 <dict>
17 <key>guideLocations</key>
18 <array>
19 <string>Vertical:181.000000</string>
20 </array>
21 <key>guidesLocked</key>
22 <false/>
23 </dict>
24 </dict>
25</dict>
26</plist>
Note: See TracBrowser for help on using the repository browser.