Change Log for the latest
XYplorer BETA version:
Code: Select all
v9.90.0926 - 2011-05-15 13:50
+ SC formatlist enhanced: Added format "x" for shuffle (randomize
order), and a special parameter for a seed.
Syntax: formatlist(list, [format], [separator=|], [seed])
format: Switches for the desired formatting. Can be freely
combined in any order.
x = shuffle (randomize order)
seed: Seeds the randomizer used for shuffle. Can be any
number apart from 0. If the seed is set, the
randomizer always generates the same random sequence
for this seed.
Examples:
text formatlist("b|a|c", "x"); //a|c|b ... b|c|a ... c|b|a ...
text formatlist("b|a|c", "x", , 19); //always b|a|c
+ SC formatlist enhanced: Now you can pass an empty delimiter in
order to treat the list as a list of single characters.
Examples:
- With default delimiter:
text formatlist("b|a|c", "s"); //a|b|c
- With empty delimiter:
text formatlist("bac", "s", ""); //abc
! Toolbar: Fixed some drawing glitches.
* Tweak CtxMenuLetShellCopyPaste is now by factory default OFF
(see v9.90.0904 - 2011-05-06 22:00). Reason: If the shell handles
cut, copy, and paste, the operations bypass XYplorer's undo/redo
log.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
Portable 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 | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.