Code: Select all
v14.20.0204 - 2014-06-20 14:05
+ Tabs: "Set Home" and "Go Home" now support Quick Searches as homes.
All these terms can now be homes:
E:\Test\Sort\Ignore Articles?a*
C:\Program Files;C:\Program Files (x86)? /n
E:\Test\SyncSelect? /:flat
This PC?pop /T
Desktop\Desk?*.txt /maxdepth=1 //search this level plus one
! Sync Select on both panes focused the other pane. Fixed.
* SC seticons revamped.
Name: SetIcons
Action: Sets or gets the current Custom File Icons.
Syntax: seticons([definitions], [mode=s], [position=1], [separator=CRLF])
definitions:
List of Custom File Icon patterns, separated by separator.
Each may optionally start with a '+' to indicate they are enabled.
mode:
s: Set Definitions
a: Add Definitions (at position)
r: Replace Definitions (from position; may go beyond the original bounds)
d: Delete Definitions (identified by string compare)
position:
Where to add or replace new definitions.
Only used if mode is "a" (Add) or "r" (Replace).
1: [Default] Top of list.
n: Before nth item.
0: Append to list (same for both modes: Add and Replace)
separator:
Separator between definitions (also used in return value).
Defaults to CRLF.
return: The current Custom File Icons (before any new ones are set).
Examples:
seticons("+*.txt>kiss.ico"); //set kiss.ico to TXT files
seticons("+*.txt>kiss.ico|+*.jpg>omelet.ico", , , "|"); //set these two definitions
seticons("+*.txt>kiss.ico", a); //add kiss.ico to the top of CFI
seticons("+*.txt>kiss.ico", a, 0); //add kiss.ico to the end of CFI
seticons("+*.txt>kiss.ico", r); //replace the first definition
seticons("+*.txt>kiss.ico", r, 2); //replace the second definition
seticons("+*.txt>kiss.ico", r, 0); //add kiss.ico to the end of CFI (sic: same as add)
seticons("+*.txt>kiss.ico|+*.jpg>omelet.ico", d, , "|"); //remove these two definitions
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