- + Listbox Control: Now you can move items to new list positions via drag+drop. Big plus in usability.
Note that currently, the new Listbox Control is only implemented on Info Panel | Find Files | Excluded, and in the Configuration dialog (where only in the Color Filters list you can actually enjoy the new drag-moving). The rest will follow soon. - ! User variables were not resolved anymore in the Pattern argument of a rename (BatchRename) script. Fixed. For the reference, here's how the Pattern argument in a BatchRename statement is handled.
(1) Processing of the pattern argument in BatchRename scripts:
- resolve user vars
- resolve environment vars
- pass to BatchRename function
- resolve native vars (excl. date vars)
- resolve date vars per item
(2) Processing of the pattern argument in UDC/BatchRename dialog:
- pass to BatchRename function
- resolve native vars (excl. date vars)
- resolve date vars per item - ! Some painting glitches with the new edit boxes in Tree and List. Fixed.
- ! Crash when right-clicking on white space in Catalog. Fixed.