ScriptManager Project Page
Contents
-
ScriptManager Project Page
- Bugs
- Future Enhancements
-
Version History
- Version 2.3.3 from 2011-08-15
- Version 2.3.2 from 2011-08-15
- Version 2.3.1 from 2011-08-12
- Version 2.3.0 from 2011-08-04
- Version 2.2.0 from 2011-08-01
- Version 2.1.1 from 2011-06-02
- Version 2.1.0 from 2011-06-02
- Version 2.0.1 from 2011-05-29
- Version 2.0.0 from 2011-05-03
- Version 1.6.2 from 2011-02-09
- Version 1.6.1 from 2011-02-09
- Version 1.6.0 from 2011-02-08
- Version 1.5.1 from 2011-01-22
- Version 1.5.0 from 2011-01-22
- Version 1.4.0 from 2011-01-18
- Version 1.3.0 from 2011-01-11
- Version 1.2.1 from 2011-01-07
- Version 1.2.0 from 2011-01-06
- Version 1.1.0 from 2011-01-01
- Version 1.0.1 from 2010-12-25
- Version 1.0.0 from 2010-12-21
Link to ScriptManager's home page
Bugs
Maximizing ScriptManager's main window works fine, but restoring doesn't. -- KaiJaeger 2011-01-18 15:35:52
Future Enhancements
Don't hesitate to add your wishes here.
Suggestions
-
Accepted
-
Rejected
Show the details
Version History
Version 2.3.3 from 2011-08-15
- Bug fix for a bug introduced with 2.3.2: Forgot to execute the test cases (yes I know...)
Version 2.3.2 from 2011-08-15
Some more issues fixed caused by modules used by ScriptManager when running as a User Command.
Version 2.3.1 from 2011-08-12
There were still a couple of really nasty issues when running ScriptManager as a user command.
- Under some circumstances a script could appear more than once in the grid.
Version 2.3.0 from 2011-08-04
With this version, ScriptManager can be used as a User Command.
Version 2.2.0 from 2011-08-01
If an acre instance can be found acre is told about loaded scripts.
Loading a Favorite that cannot be found anymore crashed ScriptManager.
- Scripts failing to load got still marked in the "Favorites" menu.
Version 2.1.1 from 2011-06-02
Adding a Favorite crashed ScriptManager.
- After having deleted a Favorite the TAB char was missing in the menu between "Add" and "Ctrl++"
- The "Change path" dialog box now supports keystrokes.
Version 2.1.0 from 2011-06-02
- Licensing changed.
- Bug fix: a script could turn up more than once when a global ref existed in the same namespace as the script itself.
Version 2.0.1 from 2011-05-29
- Problem with the application icon fixed.
Version 2.0.0 from 2011-05-03
- The GUI shows information about SALT backup files.
- You can compare the workspace version with any backup version now.
Loading scripts relying on other stuff (:Include, inheritance) got smart with 2.0.
Version 1.6.2 from 2011-02-09
Version 1.6.1 from 2011-02-09
- Sub-classes were wrongly addresses in root in some places.
Version 1.6.0 from 2011-02-08
The GUI now indicates script files that do not match with their SubVersion base file.
A SALT script can be compared with its SubVersion base.
- Bug fixes:
- Loading multiple Favorites did not "Checked" their menu items in the Favorites folder.
- Load a Favorite into a namespace created from the "Namespace Selection" dialogue box did not work properly.
- Deleting a Favorite did not always work.
- When a Favorite is not available any longer, "Load" and "Multi-load" both have a problem.
Version 1.5.1 from 2011-01-22
ScriptManager now recognizes not only :Included namespace scripts but also missing base classes.
Version 1.5.0 from 2011-01-22
ScriptManager now recognizes not only :Included namespace scripts but also missing base classes.
ScriptManager now tries to load any missing scripts from the same folder it tried to load the original script from. Only when this fails and tries to load them as a Favorite.
- Fixes:
- The short-cut Ctrl+L (for "Load script") does not work.
- The menu command "Load script" crashes.
"Smart load" of missing (:Included) namespaces fails under some circumstances.
- The dialogue box presented in order to select a namespace always displays full path names.
ScriptManager fails to deal with some scripts, for example SALT\SALT\Utils.dyalog. This is a very rare event.
Version 1.4.0 from 2011-01-18
One can now start Windows Explorer either from the context menu or by pressing F10 on the directory of the currently selected script. Together with Turtoise this makes usage of SubVersion very easy.
Version 1.3.0 from 2011-01-11
One can now compare a script in the workspace with it's SubVersion base file - if there is any.
The caption in CompareIt! got improved.
- Fixed bugs:
- "Update all scripts..." did what it sayd: it always updated all scripts rather then the selected one. Bug fixed and Caption changed.
- Cancelling the "Update all scripts..." crashed.
- There was still a problem with changing multiple paths in one go.
- Test cases got implemented.
- When the path in the Windows Registry is pointing to an invalid directory, icon- and cursor-related statement crashed. Is now ignored instead.
- Load Favorites (single or multiple) into an empty workspace failed.
- Exchanging the path of a script did not work properly in case the selection did not start at 0.
- The namespace tree offered for "loading into" was incorrect under special circumstances.
- Refreshing Favorites did not work properly when the Favorites got changed by another workspace.
- Loading a Favorite did not honor :Include
Version 1.2.1 from 2011-01-07
- Serious bug in "Load multiple Favorites": under some circumstances the wrong Favorites got loaded, or a length error occured.
Version 1.2.0 from 2011-01-06
- Prior to version 1.1 one could load only one script at a time. This restriction was lifted.
- The GUI now supports file dropping: One can drag script files from, say, Windows Explorer to the GUI and these files will be loaded. Note that all files with other file extensions then "dyalog" will be ignored.
The attempt to load a script failed when it relied on an :Included namespace which was not available. Now ScriptManager tries to load the missing script if it can find it in the Favorites.
When the attempt failed to load a single script into an empty workspace then ScriptManager crashed.
ScriptManager now manages its own working directory, meaning that whenever you try to load a script from file you are going to look into the same directory you've looked into the last time. On the very first occasion it's the current directory.
ScriptManager's GUI tried to remember its last size and and posn, and to restore those values, but got it slightly wrong.
- Favorites / Manage crashed in case there were no favorites saved yet.
- Changing path of more than 1 script mincemeated the path of the first script.
Pressing = on an unSALTed script made ScriptManager crash.
ScriptManager crashed when it's sub-class "Compare" was compared with the file version. "Compare" had problems to act on itself. This is fixed now.
"Booting" ScriptManager was quite slow. The number of Favorites restricted to 100 (more is hardly manageable anyway) in order to speed it up.
Version 1.1.0 from 2011-01-01
- Bug fix: Sort indicator pointed into wrong direction
Smart was of finding CompareIt! implemented.
Version 1.0.1 from 2010-12-25
- Bug fix: 1.0.0 could not deal with empty workspaces.
Version 1.0.0 from 2010-12-21
- First version introduced
APL Wiki