Sunday, September 6, 2009

v8.30.0007 - 2009-09-06 09:35

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

  • +++ Custom Toolbar Buttons! Ok, it's just one for now, and you cannot customize the icon (FYI, the current icon is supposed to be a magnolia -- I might change it later), but you can:
    (1) Program the button by entering a one-line script (which, as
        you certainly know, has all the power you want because you can
        load a script file by this line).
    (2) Set the tooltip of the button by prefixing a quoted caption to
        the script. The tooltip defaults to the script itself.
    To add the button look for it under the name "User Button 1" in the Customize Toolbar dialog. To edit the button right-click it.
    Examples for button scripts:
      "Say Hi..." msg "Hi!"
      "Go to work" goto "D:\Company\"
      load "teracopy6.4.xys" //load XYS file in scripts folder
      #1433                  //call a UDC
      msg "a"; msg "b";      //can put more commands into the line
    Note: Since CTBs are based on scripting they are only featured in the Pro Edition.
  • + Configuration | Interface Colors: Now the line numbers text and back colors are configurable.
    Also made the default line numbers text color a notch darker.