Code: Select all
v13.70.0119 - 2014-02-06 21:12
+ Extra Tags: Added a couple of column types. Here is an overview of the current
state of affairs.
Currently you can set these types only via scripting, e.g. a Date column
and a YesNo column:
extratag(1, "Downloaded|2|0|0|||||");
extratag(2, "Keeper|3|0|0|||||");
Later there will be a GUI in Configuration. (The other fields are not used
yet and reserved for future use. )
The numeric column ID corresponding to each column type is shown in parentheses:
- Text (0): Free text, multiline.
Editable via right-click, multi-line edit box.
- Number (1): Integer value, negative allowed. Fractions might be supported later.
Range: Double (double-precision floating-point), 8 bytes.
-1.79769313486231E308 to -4.94065645841247E-324 for negative values;
4.94065645841247E-324 to 1.79769313486232E308 for positive values.
About 15 or 16 significant figures accuracy.
By default initialized to 0.
Editable via right-click, single-line edit box.
- Date (2): Date and time.
Format: Displayed in the current Date column format.
Stored in tag.dat in format yyyy-mm-dd hh:nn:ss, local time (not
converted to UTC; reasons: performance and readability).
Kept in memory also in format yyyy-mm-dd hh:nn:ss (nicely sortable).
Editable via right-click, single-line edit box, and options to
set Current Date, and Created Date, Modified Date, Accessed Date
of the right-clicked item.
- YesNo (3): Two states, internally 1 and 0, displayed as localized "Yes" and "No".
By default initialized to 0 ("No").
Left-click toggles the state.
Editable via right-click, menu options.
- Rating (4): Six states, 0 to 5, displayed as numbers, plus [empty] (= not rated).
By default initialized to [empty] (= not rated).
Later probably shown as configuruable graphics (stars or so).
Editable via right-click, menu options.
- Pop-up (5): Closed set of string values (defined in tag.dat section Extra Tags).
Selectable via right-click, menu options.
The set of string values is editable via "Customize Extra Tags...".
- Pop-up and Text (6): Closed set of string values (defined in tag.dat section Extra Tags)
Selectable via right-click, menu options.
The set of string values is editable via "Customize Extra Tags...".
Additionally supports free text.
Editable via right-click, multi-line edit box.
- Location (7): Location (folder or file, or anything that can be fed into
the Address Bar; one per line).
On left-click XYplorer will go to the first location.
On right-click all locations are offered as menu options.
Editable via right-click, multi-line edit box.
- Script (8): Script.
On left-click XYplorer will run the script.
Editable via right-click, multi-line edit box.
NOT IMPLEMENTED. Might be too crazy.
- Icon (9): Icon to show in the column.
NOT IMPLEMENTED.
! Extra Tags: Column headers empty on fresh start. Fixed.
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