Wednesday, January 21, 2009

v7.90.0064 - 2009-01-21 15:33

  • + Menu Favorites: Added submenu "Tags", where you can assign any out of seven predefined tags to all currently selected items (or to the focused item if none is selected), or remove them by selecting "None".
  • + Menu Favorites: Added command "Comment...", where you can assign a comment to all currently selected items (or to the focused item if none is selected), or remove any comments by entering nothing.
  • * File Tags: Now, Tag and Comment columns are auto-updated when you show them after loading a list. No need to do F5 anymore.
  • * File Tags: Now, the tag definitions (colors and labels) are written to the 2nd line of tag.dat. Format per tag:
      Caption|TextColor|BackColor; (colors in RRGGBB)
    The factory defaults for the seven tags are:
      Red||FB665D; Orange||F6AB46; Yellow||EFDC4A;
      Green||B5D74A; Blue||5DA4FE; Violet||C190D9; Grey||AAAAAA
    You will later get a GUI for editing the values. For now you can edit tag.dat manually. To go back to factory defaults leave line #2 empty. Note that you cannot add more tags (they will be silently ignored). I decided to start with a maximum of 7 tags.
  • + Visual Filter: Now you can define a filter to apply only to files but show all folders. Simply prefix "\|" to the pattern. For example, show only *.txt files and all folders:
      \|*.txt
  • ! Scripting: The combination of multi-line comments and HereDoc could lead to problems. Fixed, part 2.