diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 6dac6b3..3c2da69 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -108,8 +108,9 @@ in, any such expression you use is saved in a history available via the Wildcard Menu. The menu can be invoked by clicking on its button, pressing Alt-w, or Alt-Control-Right-Mouse-Button. (Note - that on Win32 you *must* press Alt then Control then Right-Mouse-Button - for this to work. Win32 appears to care deeply about keystroke order.) + that on Win32 you *must* press Alt then Control then + Right-Mouse-Button for this to work. Win32 appears to care deeply + about keystroke order.) You can also preload that menu with commonly used wildcards by placing multiple statements like this in your Configuration File: @@ -127,16 +128,16 @@ - Advanced Sorting Options - You can now sort by any of the detail columns *whether or not details - are currently displayed*. Shift-F1 sorts by the leftmost column, - Shift-F2 sorts by the second from left column, and so forth. - Shift-F10 selects no sorting which means items will be displayed - in the order they are reported by the operating system. Shift-F11 + You can now sort by any of the detail columns *whether or not + details are currently displayed*. Shift-F1 sorts by the leftmost + column, Shift-F2 sorts by the second from left column, and so forth. + Shift-F10 selects no sorting which means items will be displayed in + the order they are reported by the operating system. Shift-F11 reverses the sort order, and Shift-F12 toggles whether or not - directories and files should be separated when sorting and displaying. - These sort options are also available via a new Sort Menu which - can be opened by clicking on its menu button or pressing Alt-s. - There is no mouse shortcut for sorting options. + directories and files should be separated when sorting and + displaying. These sort options are also available via a new Sort + Menu which can be opened by clicking on its menu button or pressing + Alt-s. There is no mouse shortcut for sorting options. The current sort parameters are displayed on the Titlebar and the name of the sort key field is automatically adjusted @@ -149,7 +150,7 @@ --------------------------------------------- - SORTBYFIELD Name None, Permissions, Links, + SORTBYFIELD Name No Sort, Permissions, Links, Owner, Group, Length, Time, Name @@ -216,7 +217,7 @@ Note that the test always depends first on a *variable reference* - ([FOO], never just foo), but that the Right Hand Side of + ([FOO], never just FOO), but that the Right Hand Side of an in/equality test is just a string comparsion - no variable expansion is done. This will not work as you might expect: