source: trunk/Cocoa/F-Script Anywhere/Source/English.lproj/FSAInterpreterPanel.nib/classes.nib@ 228

Last change on this file since 228 was 223, checked in by rchin, 18 years ago

Removing key-value browser button as per Philippe Mougin's request (key-value browser apparently now deprecated). I'm turning it into an associate with view button for now, that will automatically open up a browser with the selected object. The name function (as pointed out by Philippe) is no longer necessary, since it is part of the browser (there is a name button in the browser). However the select view button is not as powerful as FSA's associate (which lets you choose directly document, controller, etc.). This is not yet working, but I need to to the development on my intel mac so I'm checking it in now. It should be working in the next commit.

File size: 1013 bytes
Line 
1{
2 IBClasses = (
3 {
4 ACTIONS = {
5 "FSA_associateAndOpenBrowser" = id;
6 "FSA_associateWithInterface" = id;
7 setFloating = id;
8 };
9 CLASS = FSAController;
10 LANGUAGE = ObjC;
11 OUTLETS = {interpreterView = FSInterpreterView; };
12 SUPERCLASS = NSWindowController;
13 },
14 {
15 ACTIONS = {newBigBrowser = id; newKVBrowser = id; };
16 CLASS = FSInterpreterView;
17 LANGUAGE = ObjC;
18 OUTLETS = {
19 object1 = id;
20 object2 = id;
21 object3 = id;
22 object4 = id;
23 object5 = id;
24 object6 = id;
25 object7 = id;
26 object8 = id;
27 object9 = id;
28 };
29 SUPERCLASS = NSView;
30 },
31 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
32 );
33 IBVersion = 1;
34}
Note: See TracBrowser for help on using the repository browser.