Size: 686
Comment: Tidied up
|
Size: 538
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
<<TableOfContents>> | = User Command "Fire" = |
Line 3: | Line 3: |
= User Command "ScriptManager" = | |
Line 5: | Line 4: |
`ScriptManager` (ScriptManager) is a utility useful to manage scripts in a workspace. | Fire is a powerful utility designed to search and replace strings in a workspace. Fire stands for FInd and REplace. |
Line 7: | Line 6: |
Obviously it makes sense to make `ScriptManager` available as a User Command. This page offers a small class script `ScriptManager_UC.dyalog` which is designed to do exactly that. Refer to UserCommands/WhereShouldTheyGo for advice how to organize your User Commands. == Download == [[attachment:ScriptManager_UC.zip | Download]] the script. |
Fire is designed to be used as a User Command. Therefore the User Command script is part of the download of Fire itself. See [[Fire]] for details. |
Line 18: | Line 9: |
The script is version 1.0.0 from 2011-08-04 | |
Line 20: | Line 10: |
Author: KaiJaeger | You can download just the script from this page: [[attachment:Fire_UC.dyalog]] |
Line 22: | Line 12: |
-- KaiJaeger <<DateTime(2011-08-04T20:13:42Z)>> | This is version 1.2.0 from 2015-04-04. -- KaiJaeger <<DateTime(2012-03-21T09:03:31Z)>> |
User Command "Fire"
Overview
Fire is a powerful utility designed to search and replace strings in a workspace. Fire stands for FInd and REplace.
Fire is designed to be used as a User Command. Therefore the User Command script is part of the download of Fire itself. See Fire for details.
Version
You can download just the script from this page: Fire_UC.dyalog
This is version 1.2.0 from 2015-04-04.
-- KaiJaeger 2012-03-21 09:03:31