Change Log for the latest
XYplorer BETA version:
Code: Select all
v13.80.0112 - 2014-03-10 21:16
+ Scripting got a new function.
Name: SetColumns
Action: Sets or gets the list's columns.
Syntax: setcolumns([columns], [flags=0]
columns: Comma-separated list of canonic column names.
May optionally include visibility prefix "+" as '+Name'.
May optionally include the column width (in pixels) as 'Name.Width'.
If missing only the current columns are returned.
If "" then the current columns are ordered in the default column sequence.
flags: Options for set and get.
0: Only visible columns. Prefixes and Widths are ignored (but
permitted), respectively not returned.
1: Mind/Return visibility of the columns with prefixed "+".
2: Mind/Return column widths, suffixed to the names separated by a period.
return: The previous columns (as comma-separated list of canonic column names).
Depending on the flags with visibility prefixes and widths suffixes.
Examples:
setcolumns("Name,Size"); //shows Name and Size
setcolumns("Name,+Size", 1); //shows only Size
// set exact pixel widths; where the width is missing or 0 the current width of the column is used
setcolumns("Name.223,Ext.43,Size.48,Created.115,Modified.115,Accessed.115,Label.18,Tags.53,Comment.82", 2);
Notes:
- You cannot hide all columns. If you try then the Name column will be shown.
- This command could become very popular. :)
+ Tweak to inherit Browse mode columns, view, and sort order to the Find
mode (= Search Results listing), analog to the changes to Branch View in
v13.80.0109. Affects Quick Name Search as well as Find Files.
FindInheritColumns=1
Might be raised to UI level later.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
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.