Change Log for the latest
XYplorer BETA version:
Code: Select all
v18.60.0208 - 2018-01-22 10:06
+ Name Length Box: Now a red alert icon is shown in the box when the new
filename is invalid (e.g. "Test>.txt", "con", "lpt1").
* SC QuickSearch enhanced: Added flag "a" to return all matching items
regardless of any GUI settings that may hide stuff from the list.
Syntax: quicksearch([query="*"], [path], [separator="<crlf>"], [flags])
flags: [optional] String of flags to modify the function.
a: Return all matching items (even if hidden in the GUI).
Remarks:
- This change from v18.60.0003 - 2017-12-17 16:05 is now bound to this new
flag "a":
QuickSearch now ignores any of the following settings that may hide
stuff from the list. They cannot hide anything from SC quicksearch
anymore:
- Configuration | Tree and List | Items in Tree and List | Show hidden files and folders
- Configuration | Tree and List | Items in Tree and List | Show system files and folders
- Configuration | Tree and List | Items in Tree and List | Hide protected operating system files
- Configuration | Tree and List | Items in Tree and List | Show junctions
- View | Show Items | Show Folders in List
So the default functionality of QuickSearch is now like it was before
v18.60.0003. Making it true again to its definition "It works 100%
identical to GUI Quick Search apart from not affecting the GUI".
Examples:
inputselect("Test", quicksearch(, , "|")); //show visible only
inputselect("Test", quicksearch(, , "|", "a")); //show all
> Configuration | Fonts | Buttons and Labels: The font size should not be
set larger than 10.5 (or rounded 10). Else the layout breaks and some
letters get hard to read.
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.