Change Log for the latest
XYplorer BETA version:
Code: Select all
v11.80.0105 - 2012-12-07 19:19
+++ Visual Filters: Now Attributes, Size, Date, and Age filters are
supported additionally to the Name filter. The syntax is very
similar to the Color Filters syntax: The selector is prefixed to
the pattern.
Filter Type Selector Example
-------------------------------------------------------------
Name [name:] *.txt (or name:*.txt)
Attributes attr: attr:readonly
Size size: size: > 100 KB
Date Created dateC: dateC: 07.12.2012
Date Modified dateM: dateM: 2012.12.01 - 2012.12.31
Date Accessed dateA: dateA: 07.12.2012
Age Created ageC: ageC: 5 y
Age Modified ageM: ageM: d
Age Accessed ageA: ageA: <= 5 d
-------------------------------------------------------------
As usual the filters can be inverted by a prefixed "!":
ageM: d //modified today
!ageM: d //not modified today
Notes:
- The date has to be given in a form that is recognized as a valid
date format on your locale. The time part can be skipped in which
case it is internally set to 00:00:00.
- The selector is not case-sensitive: Datem: would work as well.
- date:/age: default to "Date/Age Modified".
- Spaces after the selector are optional:
"ageM: d" is equivalent to "ageM:d"
- Size filters might be added later.
- FYI, already in 20070914 parts of this feature had been coded
but then got postponed for later.
+ Visual Filters: Now you can pass certain file types, e.g. image,
using the following syntax:
General: {:Type}
Example: {:Image}
This spares you typing long list of extensions (*.png; *.jpg;
*.psd; ...). The following types are supported:
{:Text} *
{:Image} *
{:Audio} *
{:Video} *
{:Media} * = Audio & Video
{:Font} *
{:Vector}
{:Web} *
{:Office} *
{:Archive}
{:Executable}
Examples:
{:Image} Show only image files in the current location
D:\|{:Text} Show only text files in the root folder D:\
Notes:
- The types marked * in the list above can be customized in
Configuration | Previewed Formats.
+++ Power Filters: The "Toggle Visual Filter" toolbar button now got
an arrow dropdown featuring a set of predefined visual filters.
These filters can be customized in List Management.
Notes:
- Since Power Filters are completely customizable their captions
are not auto-adjusted on a language switch. To force a reset to
factory defaults including a translation into the current
language simply clear all Power Filters in List Management.
- The idea and the name "Power Filters" for this great feature
comes directly from an XYplorer script by user FluxTorpedoe.
See http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=8909.
+ Tweak to hide Click, Edit, Customize Toolbar" from the CTB's
right-click menu.
CTBNoRClickDefaultCommands=1
You still get those commands with CTRL+RightClick.
* Configuration Dialog: Reduced height to 591 pixels in order to fit
netbook screens.
* Configuration Dialog: Categories List now has 2 lines per item.
+ New variable <get trigger> returns the action that triggered a
script:
echo <get trigger>;
Returned values:
None = 0
LeftClick = 1
RightClick = 2
MiddleClick = 4
Notes:
- The <get trigger> variable is cleared after the script is
processed.
- Currently implemented only for Custom Toolbar Buttons.
* Inline Rename in Tree and List: Now illegal characters in pasted
or typed input are replaced by the character defined in
Configuration | Templates | Character to replace invalid characters
in dropped messages. If no character is defined then "·" (mid dot)
is used.
* MLS: Updated to version 8.4. Download update from here:
http://www.xyplorer.com/download/Language.zip
* XYcopy: Updated to 2.10.0016.
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 | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.