Saturday, August 7, 2010

v9.40.0004 - 2010-08-07 10:05

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

  • + Tweak to toggle the service that selects the recent subfolder (taken from the "Recent Locations" data) when going Up or Down. The factory default (and hitherto hardcoded setting) is 1.
      AutoSelectMRUSubfolder=1
    Additionally to Up and Down (menu Go) this service also sets in when you enter a subfolder via the file list, and (this is new!) when you go to a location via breadcrumb. This tweak is supported by SC tweak:
      tweak("AutoSelectMRUSubfolder", 1);
      tweak("AutoSelectMRUSubfolder", 0);
  • * Configuration | General | Keep focused item in view after sorting:
    Renamed it to "Keep current item in view after sorting" which now fits better.
  • * Updated the help file.
  • ! Recycle Bin: To browse a recycled folder, SYSTEM and HIDDEN items have to be shown (Configuration | General | Show system files and folders) because the real (not the virtual) Recycler is SYSTEM and HIDDEN.
    The bug was that you were not notified about this but ended up on the drive root of the Recycler path you attempted to go to. Fixed.
    Note that this was only an issue in Maxi Tree; the Mini Tree is tolerant about these settings and simple shows the folders you need to see.
  • ! Tree: When switching from Mini to Maxi Tree on a current path that was hidden from the Maxi Tree, there was a bizarre (but hardly visible) drawing glitch, and tree and list got out of synch. Fixed.