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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.