Visual Filter & Subfolder display

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
MelbWest
Posts: 2
Joined: 20 Jun 2010 07:09

Visual Filter & Subfolder display

Post by MelbWest »

When setting the Visual filter to display “*.pdf; *.Gif” it does not display any subfolders in the current open pane if they exist, is there any way to include subfolder names also, so I can decend into those folder also if required?

e.g. when setting a visual filter to view PDF & GIF (assuming 2 subfolders exist);
I would like to see:-

Foldername1
Foldername2
Picture.gif
PDFfile1.pdf
PDFfile2.pdf
Etc

Location: *.pdf;*.gif <--- Current I use this but only displays the files, not folders.

Thanks in advance.

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: Visual Filter & Subfolder display

Post by j_c_hallgren »

Hi and welcome to the XY forums!
MelbWest wrote:When setting the Visual filter to display “*.pdf; *.Gif” it does not display any subfolders in the current open pane if they exist, is there any way to include subfolder names also, so I can decend into those folder also if required?
Re VF: Have you tried one in the form of "\|*.pdf|*.gif" as described in Help as:
You can define a filter to apply only to files but show all folders. Simply prefix "\|" to the pattern(s). For example:
\|*.txt -> show only *.txt files and all folders
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

MelbWest
Posts: 2
Joined: 20 Jun 2010 07:09

Re: Visual Filter & Subfolder display

Post by MelbWest »

Thanks J.C. :D

Those settings work a correctly for the "Visual Filter" option when right clicking the tab name.

For some reason applying the settings to the "Catalog > Location" properties does not work....Strange

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Visual Filter & Subfolder display

Post by admin »

MelbWest wrote:Thanks J.C. :D

Those settings work a correctly for the "Visual Filter" option when right clicking the tab name.

For some reason applying the settings to the "Catalog > Location" properties does not work....Strange
You have to prefix another | to mark it as visual filter:

Code: Select all

|\|*.txt
In the Visual Filter dialog this prefix is implied.

Jibz
Posts: 123
Joined: 15 Jun 2010 16:30

Re: Visual Filter & Subfolder display

Post by Jibz »

On a related note, I noticed that if you put a named visual filter into the catalog, it looses the "filtered folder" icon it normally has.

Code: Select all

|*.exe;*.dll
vs

Code: Select all

|"Exe" *.exe;*.dll
It still works fine and shows the filter right, it's just missing the icon.

admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Visual Filter & Subfolder display

Post by admin »

Jibz wrote:On a related note, I noticed that if you put a named visual filter into the catalog, it looses the "filtered folder" icon it normally has.

Code: Select all

|*.exe;*.dll
vs

Code: Select all

|"Exe" *.exe;*.dll
It still works fine and shows the filter right, it's just missing the icon.
Confirmed + fixed, thanks!

Post Reply