Wednesday, July 21, 2010

v9.30.0006 - 2010-07-21 19:54

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

  • + SC tab enhanced: Now the operation can be defined using named arguments, not just numbers. Also tabs can be pointed to from the right end by using negative indices.
    See updated change log of v9.30.0005.
    Example:
      // name the last tab "Godzilla"
      tab("rename", "Godzilla", -1);
  • ! Catalog: Would not show icon when you stated a Visual Filter with caption, e.g. |"Exe" *.exe;*.dll. Fixed.