Change Log for the latest
XYplorer BETA version:
Code: Select all
v16.30.0013 - 2016-03-04 17:57
+ SC get got a new named argument "listofcommands" which returns the list of
all commands.
Syntax: get("listofcommands", [flags], [separator=CRLF])
flags: (bit field)
1 = Prepend Command IDs, separated by a TAB.
2 = Append Keyboard Shortcuts, separated by a TAB.
return: The list of all commands.
Examples:
text get("listofcommands");
text get("listofcommands", 3);
+ SC ThumbsConf enhanced. Added argument to customize the separator.
Syntax: thumbsconf([settings="ShowCaption,ZoomToFill,Style,Padding"], [separator=","])
separator: Separator between values (input and return), defaults to comma.
% Raw View: Raw viewing files in ASCII mode got a lot faster for files with
long lines.
* Quick File View: Now the top and bottom lines of binary files are shown.
Before, only the top was shown but sometimes also the bottom has some
interesting information.
! Scripting: If a function returned a parameter variable by reference, and
the passed variable was a global, the variable was not set on return.
Fixed.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.