Saturday, July 26, 2008

v7.30.0027 - 2008-07-26 21:46

  • * The syntax change from yesterday (v7.30.0025 - 2008-07-25 08:55) had to be taken back, but it finally did not work out as good as expected. So it's back to how it has always been: Quote applications when they are followed by parameters.
      ::open winzip32            OK
      ::open "winzip32"          OK
      ::open ""winzip32""        OK
      ::open winzip32 -min       FAILS
      ::open "winzip32" -min     OK
      ::open ""winzip32" -min"   OK
      ::open """winzip32"" -min" OK

      ::open C:\Program Files\WinZip\WINZIP32.EXE            OK
      ::open "C:\Program Files\WinZip\WINZIP32.EXE"          OK
      ::open ""C:\Program Files\WinZip\WINZIP32.EXE""        OK
      ::open C:\Program Files\WinZip\WINZIP32.EXE -min       FAILS
      ::open "C:\Program Files\WinZip\WINZIP32.EXE" -min     OK
      ::open ""C:\Program Files\WinZip\WINZIP32.EXE" -min"   OK
      ::open """C:\Program Files\WinZip\WINZIP32.EXE"" -min" OK
  • * Menu Window | Show Tree / Show Catalog: Took the smartness out of these commands. Now, when you hide both Tree and Catalog but Show the Navigation Panel, then you plainly get what you wanted: An empty grey space. It might relax your eyes, inspire your mind, or fill you with horror vacui. Or maybe you find it so sensational that you start begging for Dual-Grey!
    Also, when the Navigation Panel is hidden and you play with Show Tree or Show Catalog you will see no effect since, well, the NP is hidden!
  • * Menu View | Font: Renamed command "List Management Editor..." to "Editors..." since a number of other edit controls also use this font.