Ignore:
Timestamp:
03/26/08 05:34:16 (16 years ago)
Author:
Nicholas Riley
Message:

Cleaned up preferences UI; added auto workspace opening for apps with no menubar

Location:
trunk/Cocoa/F-Script Anywhere/Source/English.lproj/MainMenu.nib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/English.lproj/MainMenu.nib/classes.nib

    r153 r450  
    1 {
    2     IBClasses = (
    3         {
    4             ACTIONS = {installBundleInSelectedApp = id; };
    5             CLASS = FSAApp;
    6             LANGUAGE = ObjC;
    7             OUTLETS = {appList = FSAAppList; appListWindow = NSWindow; };
    8             SUPERCLASS = NSApplication;
    9         },
    10         {
    11             CLASS = FSAAppList;
    12             LANGUAGE = ObjC;
    13             OUTLETS = {installButton = NSButton; tableView = NSTableView; };
    14             SUPERCLASS = NSObject;
    15         },
    16         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    17         {CLASS = NJRScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; }
    18     );
    19     IBVersion = 1;
    20 }
     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>FSATableView</string>
     10                        <key>LANGUAGE</key>
     11                        <string>ObjC</string>
     12                        <key>SUPERCLASS</key>
     13                        <string>NSTableView</string>
     14                </dict>
     15                <dict>
     16                        <key>CLASS</key>
     17                        <string>FirstResponder</string>
     18                        <key>LANGUAGE</key>
     19                        <string>ObjC</string>
     20                        <key>SUPERCLASS</key>
     21                        <string>NSObject</string>
     22                </dict>
     23                <dict>
     24                        <key>CLASS</key>
     25                        <string>NJRScrollView</string>
     26                        <key>LANGUAGE</key>
     27                        <string>ObjC</string>
     28                        <key>SUPERCLASS</key>
     29                        <string>NSScrollView</string>
     30                </dict>
     31                <dict>
     32                        <key>ACTIONS</key>
     33                        <dict>
     34                                <key>installBundleInSelectedApp</key>
     35                                <string>id</string>
     36                        </dict>
     37                        <key>CLASS</key>
     38                        <string>FSAApp</string>
     39                        <key>LANGUAGE</key>
     40                        <string>ObjC</string>
     41                        <key>OUTLETS</key>
     42                        <dict>
     43                                <key>appList</key>
     44                                <string>FSAAppList</string>
     45                                <key>appListWindow</key>
     46                                <string>NSWindow</string>
     47                        </dict>
     48                        <key>SUPERCLASS</key>
     49                        <string>NSApplication</string>
     50                </dict>
     51                <dict>
     52                        <key>CLASS</key>
     53                        <string>NSTableView</string>
     54                        <key>LANGUAGE</key>
     55                        <string>ObjC</string>
     56                        <key>SUPERCLASS</key>
     57                        <string>NSControl</string>
     58                </dict>
     59                <dict>
     60                        <key>CLASS</key>
     61                        <string>FSAAppList</string>
     62                        <key>LANGUAGE</key>
     63                        <string>ObjC</string>
     64                        <key>OUTLETS</key>
     65                        <dict>
     66                                <key>installButton</key>
     67                                <string>NSButton</string>
     68                                <key>tableView</key>
     69                                <string>NSTableView</string>
     70                        </dict>
     71                        <key>SUPERCLASS</key>
     72                        <string>NSObject</string>
     73                </dict>
     74        </array>
     75        <key>IBVersion</key>
     76        <string>1</string>
     77</dict>
     78</plist>
  • trunk/Cocoa/F-Script Anywhere/Source/English.lproj/MainMenu.nib/info.nib

    r228 r450  
    11<?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">
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    33<plist version="1.0">
    44<dict>
    5         <key>IBDocumentLocation</key>
    6         <string>113 166 356 240 0 0 1280 1002 </string>
    7         <key>IBEditorPositions</key>
    8         <dict>
    9                 <key>29</key>
    10                 <string>47 726 232 44 0 0 1280 1002 </string>
    11         </dict>
    125        <key>IBFramework Version</key>
    13         <string>443.0</string>
     6        <string>644</string>
     7        <key>IBLastKnownRelativeProjectPath</key>
     8        <string>../F-Script Anywhere.xcodeproj</string>
     9        <key>IBOldestOS</key>
     10        <integer>5</integer>
    1411        <key>IBOpenObjects</key>
    1512        <array>
     13                <integer>233</integer>
    1614                <integer>29</integer>
    17                 <integer>195</integer>
    18                 <integer>229</integer>
     15                <integer>196</integer>
    1916        </array>
    2017        <key>IBSystem Version</key>
    21         <string>8I127</string>
     18        <string>9C7010</string>
     19        <key>targetFramework</key>
     20        <string>IBCocoaFramework</string>
    2221</dict>
    2322</plist>
Note: See TracChangeset for help on using the changeset viewer.