Sunday, July 25, 2010

v9.30.0014 - 2010-07-25 12:06

Note: BETA versions are a work in progress and might contain fresh bugs.
You have been warned.

  • + SC tab enhanced: The operation "get" got new data parameters:
      text tab("get", "caption"); //caption of a tab (as displayed)
      text tab("get", "name"); //name of a tab (as set by rename)
      text tab("get", "path"); //(resolved) path of a tab
      text tab("get", "data"); //(unresolved) data, e.g. %temp%
    Since "get" is the default operation this way works as well:
      text tab(, "caption");
  • ! Tabs: With Tools | Configuration Tabs | Tabs Captions | Full Path enabled, tab captions were not displayed anymore. Fixed.
  • ! Portable Tabs: Glitch in keeping the branch portable where a sibling folder outside the branch was seen as being inside the branch if it half-matched the branch path. D:\Test2 was seen as child of D:\Test. Fixed.
  • + Portable File Associations: Now you can define an association for files without extension. The pattern to use is "*." (without the quotes). For example, to open all files without extension with UltraEdit:
      "No extension" *.>UEdit32
    Note: This pattern does not match folders.