• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    IBClasses = (
3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4        {
5            ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
6            CLASS = PreferencesWindowController;
7            LANGUAGE = ObjC;
8            OUTLETS = {
9                commandline = NSTextField;
10                debug = NSButton;
11                filetype = NSPopUpButton;
12                honourhashbang = NSButton;
13                inspect = NSButton;
14                interpreter = NSTextField;
15                nosite = NSButton;
16                optimize = NSButton;
17                others = NSTextField;
18                tabs = NSButton;
19                verbose = NSButton;
20                "with_terminal" = NSButton;
21            };
22            SUPERCLASS = NSWindowController;
23        }
24    );
25    IBVersion = 1;
26}