Friday, June 8, 2007

v6.10.0034 - 2007-06-08 16:28

  • > Here's what happens when you start XY with startpath in command line, in wild man's code:
      If any existing tab points to that path
       select this tab
      else
       if 1st instance
        if it is not locked AND
        if "Open command line start path in new tab" is false
         overwrite the current tab
        else
         create new tab
       else [2nd instance]
        create new tab
  • ! With "Don't save tabs" enabled, passing the startpath via command line resulted in a superfluous blank tab on startup. Fixed.