Ignore:
Timestamp:
05/17/06 04:14:15 (18 years ago)
Author:
rchin
Message:

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:
1 edited

Legend:

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

    r7 r223  
    22    IBClasses = (
    33        {
    4             ACTIONS = {associateInterface = id; setFloating = id; };
     4            ACTIONS = {
     5                "FSA_associateAndOpenBrowser" = id;
     6                "FSA_associateWithInterface" = id;
     7                setFloating = id;
     8            };
    59            CLASS = FSAController;
    610            LANGUAGE = ObjC;
Note: See TracChangeset for help on using the changeset viewer.