I would love it if it was an option. I understand that its probably set to 'off' to avoid memory issues, but maybe this choice can be placed into the user's hands?
This feature just lets me work, quickly, without being aware of my tool, because it allows me to skim through my image library quickly and efficiently in a very 'stream of consciousness' kind of way thats just not possible if I have to continually be reactivating my view finder settings. Continually having to reactivate the "Show Files in Subfolders" feature is very much a distraction and limitation...
As discussed in this thread:
http://newsgroup.xnview.com/viewtopic.php?f=82&t=30197
"Show Files in Subfolders" always on - option
Moderators: XnTriq, helmut, xnview
-
- XnThusiast
- Posts: 1676
- Joined: Wed Aug 16, 2006 6:31 am
Re: "Show Files in Subfolders" always on - option
+1
Common behavior in Lightroom (besides of PhaseOne's Media Pro) and in several other less known programs.
Useful and easy to implement.
When the 'Show Files in Subfolders' checkbox is...
OFF: then the program will have
ON: the program will have
Note: The '○○○' from the query above are the Unicode FFEE (Halfwidth White Circle) character. It is a character with a very big Unicode index hence all subfolders will be gathered by the query above. I avoided the LIKE and '%' wildcard because '%' can appear in the text of the path and anyway the query will be translated in the equivalent which I posted above.
Common behavior in Lightroom (besides of PhaseOne's Media Pro) and in several other less known programs.
Useful and easy to implement.
When the 'Show Files in Subfolders' checkbox is...
OFF: then the program will have
Code: Select all
SELECT * From FOLDERS WHERE Pathname = 'c:/bar/'
Code: Select all
SELECT * FROM FOLDERS WHERE Pathname BETWEEN 'c:/bar/' AND 'c:/bar/○○○'
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -