BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.
- + New variable <get item [pane]> returns the focused item of any of the two panes. The optional "pane" argument can be:
a = [default] active pane
i = inactive pane
1 = pane 1
2 = pane 2
For example:
<get item> //active pane's focused item
<get item i> //inactive pane's focused item
As always, SC getinfo supports the same argument:
echo getinfo("item"); //active pane's focused item
echo getinfo("item", i); //inactive pane's focused item - * XYcopy: Status Log now shows if jobs were cancelled or partially completed, and other improvements.
- ! Recycle Bin: Shell-pasting of items shell-cut from RB did not work as expected. Fixed. (Shell-paste and shell-cut means using the commands from the shell context menu.)
- ! List: Under certain conditions uncovered thumbnails were not repainted on IP show/hide. Fixed.