Tuesday, January 20, 2009

v7.90.0062 - 2009-01-20 11:22

  • * File Tags: Now the coloring always happens, even if the columns Tag and Comment are hidden.
  • ! The List got badly confused in Find mode since yesterday. Fixed.
  • + startup.ini: Now you can state a path relative to the application path, for example:
      [Appdata]
      Path=appdata
  • * Tree: Now when the bottom child of a node is deleted then its parent is selected. Before, the next row was selected.
  • ! Scripting: The combination of multi-line comments and HereDoc could lead to problems. Fixed.
  • * SC strrepeat: Now the count argument is optional (default is 0).
    Syntax: strrepeat(string, [count=0])