Change Log for the latest
XYplorer BETA version:
Code: Select all
v21.50.0130 - 2021-03-04 16:18
+ Configuration | General | Sort and Rename | Rename: Added option
"Preselect name". Tick it (= factory default) to preselect the name in the
edit box.
Notes:
- This option was internally ON in all versions before.
- Preselecting the name is Windows standard ever since. But personally
I find that 95% of the time when renaming a file I want to slightly
modify the current name, and not replace it completely. So the current
preselection is something I almost never need. Hence I made it optional.
- This option raises the RenameNoPreselect tweak (v21.20.0001 - 2020-10-17
14:36) to UI, but with reversed logic (new key "RenamePreselect").
+ SC extracttext enhanced: Added parameters bitness and flags.
Syntax: extracttext([file], [bitness], [flags])
file: File to extract text from.
Defaults to the current file.
bitness:
[empty]: Attempt extraction according to environment and these settings:
- Configuration | Other | Shell Integration | 64-bit Windows | Use
64-bit IFilters for content search
- Configuration | Other | Shell Integration | 64-bit Windows | Fall
back to IFilters of the other bitness
32: Attempt extraction using 32-bit IFilters.
64: Attempt extraction using 64-bit IFilters.
flags: (bit field)
1 = Suppress IFilter errors (just return an empty string).
return: Extracted text.
Examples:
text extracttext(<curitem>, , 1); //auto-bitness; suppress IFilter errors
text extracttext(<curitem>, 32, 1); //32-bit; suppress IFilter errors
text extracttext(<curitem>, 64, 1); //64-bit; suppress IFilter errors
! SC extracttext: Since 20190326 an error message in the "Stepping through
a Script" dialog was broken into lines at the sequence "\n". Fixed.
! Branch View: The list was updated twice when items were moved within the
Branch View with Auto-Refresh on. Fixed. Now it's only updated once.
! SC rename: On passing flag 8 (increment on collision) a file renamed to
itself was auto-incremented to avoid collision with itself. Obvious
nonsense. 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.