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

Ignore:
Timestamp:
03/20/09 18:08:22 (3 years ago)
Author:
alex
Message:

added handler to export only scripttext with metadata for the member and added new handler to svn quicklinks to update all castlibs

File:
1 edited

Legend:

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

    r221 r228  
    186186  li.add(subli) 
    187187   
    188   subli.add("Export selcetd text as...") 
    189   pLookUpCommandList.setaprop("Export selcetd text as...", ["mExportSelectedText me, theType_optional", "alexUtilities"]) 
     188  subli.add("Export selected text as...") 
     189  pLookUpCommandList.setaprop("Export selected text as...", ["mExportSelectedText me, theType_optional", "alexUtilities"]) 
    190190   
    191191  subli.add("") 
     
    196196  pLookUpCommandList.setaprop("Export to bitmap...", ["mExportBM me, theMember, thePath_optional, theType_optional, compr_optional", "alexUtilities"]) 
    197197   
     198  subli.add("Export script-, text-, fieldmember...") 
     199  pLookUpCommandList.setaprop("Export script-, text-, fieldmember...", ["mExportScripttext me, skipIcons_optional, convertLineBreaksToUnix_optional, theFolder_optional", "alexUtilities"]) 
    198200   
    199201   
     
    312314  subli = [] 
    313315  svn_subli.add(subli) 
     316   
     317  subli.add("SVN Update all castlibs") 
     318  pLookUpCommandList.setaprop("SVN Update all castlibs", ["mSVN_Update_AllCastlib_and_source me, chooseNewPath_optional, onlyUpdate_SVN_WorkingFolder_optional, revisionNumber_optional", "svn_Utilities"]) 
    314319   
    315320  subli.add("SVN Update selected castlib(s)...") 
Note: See TracChangeset for help on using the changeset viewer.