Code: Select all
v15.00.0520 - 2015-04-30 20:28
+ Visual Filters: Now the pattern *. can be used to match all files without
extension.
Even better, all patterns with a dot at the end now match only files (not
folders) without extension:
Pattern Matches Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*. indiana, oregon
?. a, b, 4
#. 2, 3
a#. a2, a3
a*. a, alabama, alaska
x. x (exact match)
+ Custom File Icons: Now also supports the above extended pattern matching
for files without extension.
E.g., this will match all files without extension that start with "a":
a*.>Bookmark_Red.ico
+ Portable File Associations: Now also supports the above extended pattern
matching for files without extension.
Example:
a*.>::echo "No extension, starts with a."
+ Find Files and Quick Search: Now also support the above extended pattern
matching for files without extension.
For example, find all files without extension:
?*.
* Scripting: Now when you call an undefined function you get an error
message "Call to undefined function: [function name]".
Note that this change might theoretically break old scripts that were
loose with quoting their strings. But the gain in safety is worth the low
"risk". It's not really a risk but just a message that you can click away.
You then should go to the source and improve the code.
* User-Defined Functions: Also the two special script constants, TRUE (1)
and FALSE (0), now work as default parameters.
Example:
echo IsTrue(); //1
function IsTrue($b = True) {return $b}
! Portable File Associations: Did not work in jurassic, uh, classic view.
Air-fixed.
! Relative path double-dot syntax did not work anymore since 20150428. Fixed.
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.
XYplorer Beta Club