Monday, January 26, 2009

v7.90.0075 - 2009-01-26 13:59

  • % Toolbar: Now you can repeatedly left-click a button real fast to get quickly repeated actions. Before, any sequences faster than your system DblClick time would be registered as a DblClick and not trigger a second action.
  • + Scripting got a new function.
      Name:   utf8decode()
      Action: Decodes UTF-8 encoded string.
      Syntax: utf8decode(string)
      Example:
        ::echo(utf8decode("Köln")); //Köln
  • + Scripting got a new function.
      Name:   utf8encode()
      Action: Encodes a string to UTF-8.
      Syntax: utf8encode(string)
      Example:
        ::echo(utf8encode("Köln")); //Köln
  • ! File Tags: Fixed a couple of glitches.
  • * File Tags: Reorganized the column clicking behavior.
    Tag column:
      - Left-click: toggles default tag / no tag.
      - Right-click: shows menu, now with Cancel item.
    Comment column:
      - Left-click: nothing special = normal white click.
      - Right-click: shows menu, now with "Last Comment" item (not saved
        across sessions).
    Behavior can be turned on/off in Configuration Tags:
      - Option "Toggle tags by Tag column click"
      - Option "Popup by Tag/Cmt column right-click"
    Note that, of course, the above column clicking does not work if
    Full Row Select is enabled.
  • ! List: Drawing was not well clipped in very narrow columns. Fixed.
  • ! Statusbar did not show version info anymore. Fixed.