Wednesday, April 29, 2009

v7.90.0147 - 2009-04-29 12:41

  • + Configuration | Thumbnails: Added option "Show folder thumbnails". Check it to show thumbnails for folders if possible (see next paragraph). It's OFF by default.
  • + List: Added support for Folder Thumbnails. Now, in Thumbnails view, folders display a thumbnail of any file in the folder named "folder.*" where * is any of the following image extensions: jpg, jpeg, png, gif, bmp (looked for in that order). If no "folder.*" is found, the alphabetically first JPG image in the folder is taken (if any). Yep, even MouseDownBlowUp works on those Folder Thumbnails! :)
  • ! Fixed a "Runtime error '9' subscript out of range" that could result from a complex race condition.
  • * Scripting | Step Dialog: Now the menu command "Copy Script" will copy the current script as multiline block with a header comment, ready for pasting in running. Before it was copied all in one line.
  • ! Scripting: "if" block bug fixed.