Note: BETA versions are a work in progress and might contain fresh bugs.
You have been warned.
- * XYplorer native variables are now resolved within location terms, so now you can enter things like this into the Address Bar and any other location port (Catalog, Favorites, etc.):
<xypath>
<xypath>\appdata - + SC tab enhanced: New operation "filter". Applies a Visual Filter to the current or any other tab.
tab("filter", "*.txt"); //apply filter "*.txt" to current tab
tab("filter"); //remove any filter from current tab
Remark: SC filter is now obsolete, but kept for backward compatibility. - * SC tab: The operations "lock" and "iconize" now toggle the current state when you pass nothing in the second argument.
Examples:
tab("lock"); //toggles locked state of current tab
tab("lock", 1); //sets locked state of current tab
tab("lock", 0); //unsets locked state of current tab - * Updated the help file.