Differences between revisions 21 and 36 (spanning 15 versions)
Revision 21 as of 2011-08-05 12:06:07
Size: 686
Editor: KaiJaeger
Comment: Tidied up
Revision 36 as of 2019-05-30 07:50:00
Size: 0
Editor: KaiJaeger
Comment: Retired: does not work on scripts and is probably superfluous with any SCM
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<TableOfContents>>

= User Command "ScriptManager" =
== Overview ==
`ScriptManager` (ScriptManager) is a utility useful to manage scripts in a workspace.

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.

== Version ==
The script is version 1.0.0 from 2011-08-04

Author: KaiJaeger

-- KaiJaeger <<DateTime(2011-08-04T20:13:42Z)>>

----
CategoryDyalogUserCommands