Code: Select all
v11.60.0003 - 2012-09-13 10:22
+ SC tag enhanced. Now you can set a Label by name (not only by ID).
Syntax: tag [value], [itemlist], [type=0], [tagsmode=0]
value = Tag value, which (depending on type) can be
label name or ID, tag(s), or comment.
If missing or 0: remove any tag of that type.
Notes:
- The algorithm smartly detects whether a numerical ID or a name
is passed as argument. Of course, if you name your labels as
numbers this smartness will fail.
- The label name must exist (case-sensitive match) among the
current labels, else no label is set (any existing labels are
retained in that case) and you get an error message.
Examples:
tag 1; //set selected items to label #1
tag "Green"; //set selected items to label "Green"
+ Scripting got a new command.
Name: Exit
Action: Exit XYplorer, optionally with restart.
Syntax: exit [mode]
mode:
[empty] = exit (= #192)
Saving depends on user setting in Configuration |
Startup & Exit | Save settings on exit.
s = exit with saving (no menu command)
n = exit without saving (= #191)
sr = restart with saving (no menu command)
nr = restart without saving (= #190)
Examples:
exit; //default exit, like clicking X-xlose
exit "nr"; //restart without saving
* Configuration | Tabs | Prompt on closing a locked tab: Now also
affects "Close all other tabs".
! Top-align if vertically cropped: Was a little too aggressive. Now
it only top-aligns when a new image is loaded. So you can neatly
toggle between a zoomed-and-panned and a total view of the current
image using e.g. Fit Width (W) without being thrown back to the
top each time.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club