Differences between revisions 23 and 24
Revision 23 as of 2012-03-21 08:59:44
Size: 974
Editor: KaiJaeger
Comment:
Revision 24 as of 2012-03-21 09:03:31
Size: 418
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from UserCommands/ScriptManager
<<TableOfContents>>
= User Command "Fire" =
Line 4: Line 3:
= User Command "ScriptManager" =
Line 6: 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 8: 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.

== Problem with SALT ==

When you get a "Target namespace not found" error reported by SALT but crashing ScriptManager than you are using an outdated version of SALT. Ask Dyalog for a better version of SALT where this bug got fixed.

== Download ==

[[attachment:ScriptManager_UC.zip | Download]] the script.

== Version ==
The script is version 1.0.0 from 2011-08-04
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 27: Line 10:
-- KaiJaeger <<DateTime(2011-08-04T20:13:42Z)>> -- 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.

Author: KaiJaeger

-- KaiJaeger 2012-03-21 09:03:31


CategoryDyalogUserCommands

UserCommands/fire (last edited 2019-05-30 07:57:07 by KaiJaeger)