Friday, May 30, 2008

v7.10.0030 - 2008-05-30 11:53

  • + Info Panel | Find Files | Excluded: The excluded folders list uses a brand-new control class internally. Should work as before, with two enhancements:
      - supports touchpad scrolling
      - supports UNICODE rename box
  • + Scripting command enhanced:
      - status
        New syntax:
        ::status text, [color RRGGBB], [icon=ready|progress|alert|stop]
          text:  text shown in statusbar
          color: [optional] text color; default = marked text color #1
          icon:  [optional] choose among four icons; default = "ready"
        Examples:
          ::status "Whoops!", FF0000, alert
  • ! Some statusbar icons were not the right ones in the situation. Fixed.
  • + Tweak: Added tweak to display new List contents only after all items have been retrieved and sorted.
      [Settings]
      NoDisplayBeforeSort=1
    The factory default is 0: When a file list is large and takes longer to fill, then some preliminary contents are already shown before the list is complete and finally sorted.
    Note that Find mode is independent of this setting: It will always immediately display a found item while the search is going on, and sort/redisplay the final list when the search is through.
  • ! Info Panel | Properties: Buttons to apply/reset the changes (+ and x) at Attributes stamping did not disappear after deselecting file. Fixed.