Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
02/18/08 05:09:49 (4 years ago)
Author:
alex
Message:

enabled most of the bbedit function also for windows using user definad apps as relacements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/OSCmenu_Utilities.ls

    r142 r148  
    5353    pLookUpCommandList.setaprop("Batch compare selected scripts", ["mCompareSelectedScriptmembersBatch me", "bbedit_Utilities"]) 
    5454     
    55      
    56   end if 
     55  end if 
     56   
     57   
     58  li.add("External script editor Handlers") 
     59  subli = [] 
     60  li.add(subli) 
     61   
     62  subli.add("Edit in external editor") 
     63  pLookUpCommandList.setaprop("Edit in external editor", ["mEdit_text_in_ext_editor me", "bbedit_Utilities"]) 
     64   
     65  subli.add("Open in external editor") 
     66  pLookUpCommandList.setaprop("Open in external editor", ["mOpen_text_with_ext_editor me", "bbedit_Utilities"]) 
     67   
     68  subli.add("Refresh members edited in external editor") 
     69  pLookUpCommandList.setaprop("Refresh members edited in external editor", ["mReImport_text_Opened_In_ext_editor me", "bbedit_Utilities"]) 
     70   
     71  subli.add("Open linked script") 
     72  pLookUpCommandList.setaprop("Open linked script", ["mOpen_Linked_Script_With_ext_editor me", "bbedit_Utilities"]) 
     73   
     74  subli.add("Diff selected scripts") 
     75  pLookUpCommandList.setaprop("Diff selected scripts", ["mLiveCompare_SelectedScript me, convertLineBreaksToUnix", "bbedit_Utilities"]) 
     76   
     77   
     78   
    5779   
    5880   
     
    222244     
    223245    subli.add("") 
    224     subli.add("Open original of selected alex-linked-library-script in BBEdit") 
    225     pLookUpCommandList.setaprop("Open original of selected alex-linked-library-script in BBEdit", ["mBBedit me", "bbedit_Utilities"]) 
     246    subli.add("Open counterpart of selected alex-linked-library-script in BBEdit") 
     247    pLookUpCommandList.setaprop("Open counterpart of selected alex-linked-library-script in BBEdit", ["mBBedit me", "bbedit_Utilities"]) 
    226248     
    227249    subli.add("Check changes in selected alex-linked-library-scripts") 
Note: See TracChangeset for help on using the changeset viewer.