Thursday, December 24, 2009

v8.80.0001 - 2009-12-24 10:29

BETA versions are now only available for registered users.
Find the download link at the bottom of the License Lounge.

  • + SCs html(), input(), and text now support width and height parameters that are relative to the screen size. Simply append a % character to the values and they are interpreted as percentage.
    Example:
      html("<b>Size is relative to screen!</b>", 75%, 75%);
  • + New variable <get screen [width|height|dpi]> returns width or height of screen in pixels, resp. DPI (dots per inch).
      echo <get screen width>;
      echo <get screen height>;
      echo <get screen dpi>;
  • + Tree Context Menu: Added special functionality to the context menu of Junctions. You now have these extra commands:
      Go to Junction Target
      Copy Junction Target Name
  • * Spot & Jump: Now spaces work as alternative pattern separators. Makes it easier to type.
      >chuck berry = spot all "chuck" and all "berry"
      >chuck|berry = (same)
    The old | only has to be used when spaces are part of a pattern:
      >chuck berry| = spot all "chuck berry"
      >ab|a b       = spot all "ab" and all "a b"
  • ! Icon Overlays: Did not show for LNK and URL files. Fixed.