Monday, March 3, 2008

v6.80.0093 - 2008-03-03 10:53

  • + Toolbar learned to have special images for the pressed state. First applied to the "Step Through Scripts" button: Now, when pressed it turns red.
  • + Scripting command enhanced:
      - msg
        Now you can show OK/Cancel buttons and clicking Cancel
        (pressing ESC) will immediately terminate the script.
        Syntax: msg text, [buttons: 0 = OK | 1 = OK/Cancel]
        Example:
          ::msg "Continue script?", 1; msg "Won't show if
            you cancelled."
  • ! Tree and List: The control would lose its Ux Theme Borders when you dragged an item from it towards another application, under certain circumstances. Fixed.
  • ! Keyboard Shortcuts: commands File / To Clipboard / Item Base(s) and File / To Clipboard / Item Short Path/Name(s) were not found. Fixed.