Change Log for the latest
XYplorer BETA version:
Code: Select all
v16.90.0208 - 2016-06-13 18:11
+ SC renameitem enhanced: Added a flag to force appending the numsuffix.
Syntax: renameitem(newname, [sourceitem=<curitem>], [flags=0], [numsuffix])
flags:
16: Force appending the numsuffix.
If set then numsuffix defaults to the incremental suffix set on
Configuration.
Example:
Context: A file named "John.jpg" already exists in the path and is
selected.
renameitem("John.jpg", , , "-01"); //file not changed
renameitem("John.jpg", , 16, "-01"); //file renamed to John-01.jpg
+ Mouse Down Blow Up: MDBU on Text files now also works on file types that
are not listed as text files in Previewed Formats. Any non-binary file
gets a blow up.
+ 64-bit Context Menu: Experimentally you now can force the 64-bit context
menu using Ctrl+Menu Key (the key next to the right CTRL key, so Ctrl+Menu
Key is easily doable with the right hand).
This gives you nice keyboard options:
- Menu Key: 32-bit Context Menu
- Ctrl+Menu Key: 64-bit Context Menu
Note that the above only works if "Show the 64-bit context menu" is OFF, else it
has no effect since the 64-bit context menu is opened either way.
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.