Monday, February 16, 2009

v7.90.0123 - 2009-02-16 13:01

  • + Scripting got a new command.
      Name:   tag
      Action: Tag item(s).
      Syntax: tag [tagid=0], [itemlist]
        tagid = Tag ID (missing or 0: remove any tag)
        itemlist = |-separated list of items (full path) to tag;
                   if empty then current list selections are tagged
      Examples:
        ::tag 3; //set tag #3 to all selected items
        ::tag;   //remove all tags from all selected items
        ::tag 3, <curitem>; //set tag #3 to current item
        ::tag 0, <curitem>; //remove any tag from current item
        ::tag 3, "C:\foo.txtD:\bar.txt"; //set tag #3 to these items
  • + Scripting got a new command.
      Name:   comment
      Action: Comment item(s).
      Syntax: comment [comment], [itemlist]
        comment = comment (missing or "": remove any comment)
        itemlist = |-separated list of items (full path) to tag;
                   if empty then current list selections are tagged
      Examples:
        ::comment "Blah"; //set comment "Blah" to all selected items
        ::comment; //remove all comments from all selected items
        ::comment "Blah", <curitem>; //set comment "Blah" to
              current item
        ::comment , <curitem>; //remove any comment from
              current item
        ::comment "Blah", "C:\foo.txtD:\bar.txt"; //comment these items
  • + File Tags: Now, the context menu command "Select All "[Tag Name]"" can be modified by modifier keys:
    - Hold None:  Select all [tag] items, unselect all other items.
    - Hold SHIFT: Select all [tag] items, keep other selections.
    - Hold CTRL:  Unselect all [tag] items, keep other selections.
  • * Menu Go Drives...: Should popup without delay now.
  • * Info Panel: The tweak "NoPropertiesStartup" now also suppresses Properties, Version, Preview, and Raw View on tab change.