Sunday, August 23, 2009

v8.20.0017 - 2009-08-23 10:13

BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.

  • + Dual Pane: Now you can copy or move tabs from one pane to the other by dragging them to their new position. All properties of the tab are taken along, including current selections and scroll position. The newly created tab is auto-selected but the target pane remains inactive to streamline consecutive tab drops from one pane to the other.
    The default action is move (the source tab is removed from its pane), but you can force a copy by holding CTRL. If there's only one tab left on a pane it will not be removed, of course.
  • + SC getinfo got a new named argument "list_copyto".
      Syntax: getinfo("list_copyto", [separator = CRLF])
        [separator]: String to place between items.
                     Defaults to CRLF (line feed).
        return:      List of current MRU items used in Copy To / Move
                     To / Backup To.
      Example:
        ::text getinfo("list_copyto");
  • + SC getinfo got a new named argument "list_hilitefolder".
      Syntax: getinfo("list_hilitefolder", [separator = CRLF])
        [separator]: String to place between items.
                     Defaults to CRLF (line feed).
        return:      List of highlighted tree folders with their colors
                     in RRGGBB. Format is identical to that used in the
                     INI file.
      Example:
        ::text getinfo("list_hilitefolder");
  • + Toolbar | Quick File View: The context menu of this and the other Preview buttons now features a toggle "Full Screen Images Only" to allow/disallow any Shell made preview in Full Screen Preview (F11). If checked then only images are shown full screen, all other files are shown in Quick File View -- which happens to be the behavior before Shell made full screen preview was introduced in v8.00.0003 - 2009-06- 22 15:42.
  • ! Quick File View | Hex mode: Would not display Unicode files correctly on Unicode/MBCS systems like Chinese, Japanese. Fixed.
  • ! Open Command Prompt Here: On a locked tree it not open the current list location but the focused tree node's location, which was the less expected one to open when both differed. Fixed.