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

Ignore:
Timestamp:
02/21/08 07:51:08 (4 years ago)
Author:
alex
Message:

added functions for lingodoc snippets and fixed issues with external script editors on mac

File:
1 edited

Legend:

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

    r148 r153  
    2626  subli.add("Insert divider") 
    2727  pLookUpCommandList.setaprop("Insert divider", ["pasteDivider me", "alexUtilities"]) 
     28   
     29  subli.add("Insert lingodoc script abstract") 
     30  pLookUpCommandList.setaprop("Insert script abstract", ["snipAbstract me", "alexUtilities"]) 
     31   
     32  subli.add("Insert lingodoc handler description") 
     33  pLookUpCommandList.setaprop("Insert divider", ["snipTitle me", "alexUtilities"]) 
    2834   
    2935  li.add("") 
Note: See TracChangeset for help on using the changeset viewer.