Release 13.30


Builds



Release 13.30.0000

XYplorer 13.30 has been released on 14-Nov-2013. Here's a quick introduction to the main new features:

Quick Name Search Info. Now information on the current search pattern can be shown right in the file list.

This feature can be toggled in Configuration | Find Files & Branch View | Find Files | Show name search information in list. The bar has a right-click menu with some useful commands.

A pink message bar shows the current search pattern (## = 2 digits). (Click to see the full screenshot)

Quick Name Search is not the same as the more powerful Find Files feature located in the Info Panel (F12). The latter does not show a message bar in the file list since it would contain only a fraction of the relevant information.
Visual Filters Info. Now information on the current filter can be shown right in the file list.

This feature can be toggled in Configuration | Find Files & Branch View | Visual Filters | Show filter information in list. The bar has a right-click menu with some useful commands.

A green message bar shows the current filter pattern. (Click to see the full screenshot)

Visual Filters. Now Boolean AND is supported. Allows you, for example, to show only files that have "moon" in the name AND have been modified this week AND are smaller than 3 MB.

A green message bar shows the current filter pattern. (Click to see the full screenshot)

Here are some more examples:

b* AND !menu dog AND size: < 200 KB //"b*", not "menu", < 200 KB
cat and dog and pig //all these animals must be found in the name
water and ageM: w  //"water" in the name, modified this week
moon and ageM: w  and  size: < 3 MB //"moon", modified this week, < 3 MB
size: < 1KB AND *.txt; size: < 100 AND *.gif //TXT < 1 KB, or GIF < 100 bytes
"Image Files 2013" {:Image} and 2013 //image files with "2013" in the name

The possibilities are endless. If you know what you are doing this is a very powerful enhancement.

Color Filters. Now Boolean NOT is supported. Allows you, for example, to color all files that are NOT image files.

For example, the pattern !a;b;c will match all files without "a", "b", and "c" in the name.

Color all files without "a", "b", and "c" in the name. (Click to see the full screenshot)



Release 13.30.0100

XYplorer 13.30.0100 has been released on 19-Nov-2013. It just has some minor bug fixes and enhancements.