Monday, September 21, 2009

v8.40.0108 - 2009-09-21 13:37

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

  • + Menu Edit | Compare: Added "Compare Current File on Both Panes". Checks whether the currently focused file is same or different from the file currently focused on the other pane.
    Default KS: Ctrl+Alt+K
  • + Custom Toolbar Buttons: Now, you can have a UB trigger at MouseDown. In the Edit User Button dialog you find a new option "Fire click on mousedown". The button will be displayed with an arrow overlay in the toolbar.
    Note that you should typically use this option only if your Click script creates a popup menu, in which case it will save you one click because MouseDown will open the menu and MouseUp will select the desired item.
  • * Custom Toolbar Buttons: Now, when you open the Customize Toolbar dialog from the context menu of a User Button, the buttons keys are displayed for reference.
  • + Custom Toolbar Buttons: It might happen that you construct an invalid script that will corrupt the context menu of a user button, in which case you'd not be able to reach the Edit dialog via the button's context menu anymore to correct the bad script.
    To escape from this deadlock you now can hold CTRL while right-clicking the user button, and you will get the default context menu for user buttons.
  • * Tags & Comments: Line wrapping in the Edit Comment dialog is now stored between calls and sessions.
  • ! Under certain conditions refreshing an empty folder would change to Details view. Fixed.