Code: Select all
v13.70.0120 - 2014-02-07 16:43
* Configuration: Moved "Remember list settings per tab" from "Configuration
| Controls and More | Miscellaneous" to "Configuration | Styles".
+ New temporary variable <taggeditem>, resolves to the item (full path) that
is being tagged via clicking a column cell. In a script called by
this click event <taggeditem> can be used. After the click is fully
processed the variable is reset to nothing.
For example, in a column of type Location you give a script as location:
::echo <taggeditem>;
+ New temporary variable <taggedcolumn>, resolves to the column ID (as used
by SC tag) that is being tagged via clicking a column cell. In a script
called by this click event <taggedcolumn> can be used. After the click is
fully processed the variable is reset to nothing.
For example, you now can design a a self-destroying tag à la Mission
Impossible (again in a Location column):
::tag '::echo "I''m gone.";', <taggeditem>, <taggedcolumn>;
So, with <taggeditem> and <taggedcolumn> you have sort of the X and Y
coordinates of the clicked tag cell. Hence XYplorer. :)
+ Extra Tag Type Date: Now fractions of a second are supported.
! List: Setting a Label by click did not work anymore. Fixed.
! Full Row Select did not play nicely with Extra Tags. Fixed.
! Tiles View: File Info Tips did not show as they should. 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