Sunday, January 20, 2008

v6.80.0029 - 2008-01-20 13:43

  • + Scripting: New command "swapnames". Will swap the names of the (first) two selected list items. Usage:
      ::swapnames
    This is the first "real" scripting-only command (more will follow soon), i.e. its functionality is only accessible via scripts. For a one-click interface use the Catalog, for one-stroke access create a Goto UDC with a custom keyboard shortcut (a new UDC category "Script" will come soon).
  • * Now, you see Command ID related information only when scripting is enabled. Keeps it tidy for the "illiterate".
  • + CKS dialog | Options button: Added two commands that help you getting those Command IDs up to the clipboard:
      Copy Command ID
      Copy-Append Command ID
    I also included the "::" scripting marker since it's very likely that youÄll want it there as well. So you find something like this ready for pasting:
      ::#1001::#1002::#1003 [...]