This is a beta release. It may be unstable. Some text may not be translated yet. Use at your own risk!
Download manually, or use Help > Check for Program Updates (if beta versions are enabled in Preferences / Internet / Updates).
Preferences
-
Added Preferences / Filtering and Sorting / Permanent Filters page. Lets you configure global filters that hide files and folders permanently. Items hidden this way won't be shown even in Show Everything mode, and won't be counted in hidden file and folder counts.
-
Added Preferences / Filtering and Sorting / Find-As-You-Type / Find Mode / Allow Enter key to open selected item option (on by default).
Commands
- Added
Set PERMANENTHIDEFILTER,Set PERMANENTHIDEFILENAMEandSet PERMANENTHIDEFOLDERScommands.
Scripting and Evaluator
-
Added
GlobalFilters.permanentscript property. This returns aPermanentFiltersobject withenable,fileandfolderproperties of its own. -
Added evaluator function
GetInfo(), returns various information from the file display. Can be used in buttons/functions and the status bar.Current items available are:
Count, FileCount, DirCount, SelCount, FileSelCount, DirSelCount, CheckCount, FileCheckCount, DirCheckCount, HiddenCount, FileHiddenCount, DirHiddenCount,
Size, FileSize, DirSize, SelSize, FileSelSize, DirSelSize, CheckSize, FileCheckSize, DirCheckSize, HiddenSize, FileHiddenSize, DirHiddenSize,
SongLengthTotal, SongLengthSel, SongLengthChecked,
DiskSize, FreeSpace, AvailableSpace, UsedSpace, FileSystem, DriveLabel, FilterPattern, FilterActive -
Evaluator functions like
GetItems()andTabPath()that only worked in button/function contexts can now be used in the status bar as well.
Other changes
- Icon sets can now specify a "keywords" property for individual icons, which will be searched when filtering icons by name. Individual keywords should be separated by semi-colons.