1. you know how you added the line on the popup when there's a problem in a script? Would be nice to add at least the script's name/label, cause when that occurs from a script file with a few sub/load's, well then "line 3" don't really mean much, since there are so many of them!
2. One thing I find rather annoying regarding how statusbar works right now, consider this script:
Code: Select all
new "foobar", file;
status "file created";What I mean is, the "file created" is indeed shown on statusbar, but right after it goes away being replaced by the file's name. At first I thought it was due to AR, and in a script of mine I do disable AR at first only so that status messages are shown after file creation/timestamping and it does work on that case, but even if I Suspend AR before running the script above, it doesn't changes a thing : the "file created" message goes away at the end of script execution!
Might be linked to the current item being changed or something, I don't know, but if that thing could be "fixed", it would be great, IMHO.
XYplorer Beta Club