Download the latest
XYplorer BETA version (v5.10.0035, 15-sept-2006).
Choose one: (1)
Install Package, (2)
No-Install Package (each < 1 MB).
Code: Select all
v5.10.0035 - 15.09.06 12:59
+ Improved the new "auto-select the most recently used subfolder"
feature introduced v5.10.0032 (but then just for the Backspace key).
Now any navigation via the list view...
- dbl-clicking a folder: go down one level
- <enter> on a folder: go down one level
- <backspace> anywhere: go up one level
... will do it, namely select the most recently used subfolder (if
it's found in the history). For example, you now can quickly crawl
up and down a particular path by simply hitting <backspace> to go
up resp. <enter> to go down.
The feature also works across sessions.
Note: In three special cases, namely Desktop, MyDocuments, and
MyNetworkPlaces, going up to MyComputer (drives listing) would be
a dead-end because they are not featured as subfolders in the
MyComputer list view (which is the drives listing) and hence
cannot be auto-selected. To prevent this I simply disabled going
up by backspace-on-the-list from these special "folders" to
MyComputer.
! Stupid little bug: I forgot to implement the decision whether it's
a QNS (Quick Name Search) or a QVF (Quick Visual Filter) when *both*
operators are present in the pattern. Naturally, the first one
rules. For example:
Desktop|????.* = Visual Filter
(list all items with 4-letter base)
Desktop?:f*.* | *k.* = Name Search
(find all items starting with f or ending with k)
* Find Files: the "Reset Filters" button now will reset "Include
subfolders" to the checked state. That's the more normal, less
marked state, I think.
! Now, Show/Hide Catalog (F8) triggers no action if tree is hidden.
Before it resulted in some glitchy catalog pixels where there
shouldn't by any.