Changeset 148 for trunk/lingosource/castlib1/OSCmenu_Utilities.ls
- Timestamp:
- 02/18/08 05:09:49 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/OSCmenu_Utilities.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/OSCmenu_Utilities.ls
r142 r148 53 53 pLookUpCommandList.setaprop("Batch compare selected scripts", ["mCompareSelectedScriptmembersBatch me", "bbedit_Utilities"]) 54 54 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 57 79 58 80 … … 222 244 223 245 subli.add("") 224 subli.add("Open originalof selected alex-linked-library-script in BBEdit")225 pLookUpCommandList.setaprop("Open originalof 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"]) 226 248 227 249 subli.add("Check changes in selected alex-linked-library-scripts")
Note: See TracChangeset
for help on using the changeset viewer.
