Change Log for the latest
XYplorer BETA version:
Code: Select all
v24.80.0016 - 2023-08-19 12:50
+ SC interfacecolors: Now you can use ifc as an alias.
+ SC interfacecolors: Now you can use it to customize the Breadcrumb colors.
Syntax: interfacecolors([colors], [type=0])
type: 3 = Breadcrumb Colors
Format: AT1,AB1,IT1,IB1,AT2,AB2,IT2,IB2 (A=Active,I=Inactive,T=Text,B=Back,1=Pane1,2=Pane2)
Each color in RRGGBB format.
Omitted values remain unchanged.
Empty: Reset the breadcrumb colors to factory defaults.
Missing: Just return the current breadcrumb colors.
return: Current breadcrumb colors.
Remarks:
- Factory defaults: FFFFFF,5C97DE,FFFFFF,B1B6BC,FFFFFF,B08062,FFFFFF,B9B4B1
Examples:
echo ifc(, 3); //display the current breadcrumb colors definition
ifc("", 3); //reset all breadcrumb colors to the factory defaults
ifc("EEFFEE,5C879E,FFFFEE,A1B6CC,FFEEEE,A06072,FFFFEE,C9A4B1", 3); //set all breadcrumb colors to custom values
ifc(",5C879E,,A1B6CC,,A06072,,C9A4B1", 3); //modify just the back colors
ifc(",7CB76E", 3); //modify just the back color of the active breadcrumb in pane 1
+ Admin Settings: As part of the effort to limit the power of employees (ELPE), admins
now have the ability to prevent the Preview Now button from being displayed (the
button is normally displayed for file types that are excluded from preview via
Configuration | Preview | Previewed Formats):
eAPDisallow_PreviewNow = 65536
In the "Admin.ini" file (located where "XYplorer.exe" is) add (or OR to the current
value) the following:
[Settings]
Profile=65536
* View | Mini Tree | Load Last Mini Tree: Renamed to "Load Previous Mini Tree".

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
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 Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.