Tuesday, March 4, 2008

v6.80.0097 - 2008-03-04 09:39

  • +++ Menu Edit | Paste Special: Added "Paste Image Into New [EXT] File" [Ctrl+Shift+Alt+V]. Creates a new image file filled with the image (if any) currently on the clipboard. Call it bloat, but me loves this feature and missed it ever since! If you are a visual artist or web hunter it will save you hours of tedious maneuvers. The standard image format is PNG. But you can change this to JPG, GIF, BMP or TIF using a new INI Tweak:
      [General]
      ImageFromClipFormat=jpg
    Allowed values are: png (default), jpg, gif, bmp, and tif.
    In the case of JPG you can control the quality by appending a number from 1 (worst) to 100 (best) inclusively, for example:
      ImageFromClipFormat=jpg100
    or:
      ImageFromClipFormat=jpg50
    The default value is 85.
    Note that the GIF quality is very bad (dithered) and practially unusable. The other formats, however, are of high quality. This feature requires GDI+.
  • * Menu Edit | Paste Special: Renamed "Paste Clipboard Into New Textfile" to "Paste Text Into New File".
  • * Statusbar: Now the click duration (time between MouseDown and MouseUp) must be smaller 500 msec to trigger an info pane toggle. This allows you to activate the window by clicking on the statusbar without toggling the info panel.