Differences between revisions 23 and 24
Revision 23 as of 2012-03-05 14:36:28
Size: 974
Editor: KaiJaeger
Comment:
Revision 24 as of 2012-03-05 14:37:54
Size: 368
Editor: KaiJaeger
Comment: User command "Latest" introduced
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from UserCommands/ScriptManager
Line 4: Line 3:
= User Command "ScriptManager" = = User Command "Latest" =

/!\ This page is under construction
Line 6: Line 8:
`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.

== 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.
Line 20: Line 11:
[[attachment:ScriptManager_UC.zip | Download]] the script. [[attachment:Latest_UC.zip | Download]] the script and the workspace.
Line 23: Line 14:
The script is version 1.0.0 from 2011-08-04 The script is version 1.0.0 from 2012-03-05
Line 27: Line 18:
-- KaiJaeger <<DateTime(2011-08-04T20:13:42Z)>> -- KaiJaeger <<DateTime(2012-03-05T14:37:53Z)>>

User Command "Latest"

/!\ This page is under construction

Overview

Download

Download the script and the workspace.

Version

The script is version 1.0.0 from 2012-03-05

Author: KaiJaeger

-- KaiJaeger 2012-03-05 14:37:53


CategoryDyalogUserCommands