Portable file icons

Features wanted...
FluxTorpedoe
Posts: 855
Joined: 05 Oct 2011 13:15

Re: Portable file icons

Post by FluxTorpedoe »

Hi' Back,
admin wrote:
FluxTorpedoe wrote:Shouldn't/Couldn't the active tab (ideally on both pane) display the "opened" state?
Yes, you have a point there, but then there would be a mismatch to Address Bar and Breadcrumb (soon) and Find Files Location icons. I'd rather keep this box closed for now. PFI is history. :)
Well, as much as it would've been coooool to have that nice finishing touch (at least on the main visible elements), you're right, to remain logical that would mean at least Tabs+AB+BC. Not worth it now I guess! :bug:
So byebye for now PFI... :cup: 8)

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

Re: Portable file icons

Post by admin »

Can't resist to share a little joke about icons and interface design...
Attachments
NoIcons.gif
NoIcons.gif (13.28 KiB) Viewed 2352 times

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: Portable file icons

Post by Marco »

:mrgreen:
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

Nighted
Posts: 459
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: Portable file icons

Post by Nighted »

Are there any patterns that would allow association of icons with devices such as USB drives?

I'd like to set a generic icon for all USB drives and then possibly have a pattern that could be set to match an icon with a specific device name so different icons could be used for certain drives.
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

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

Re: Portable file icons

Post by admin »

Only by drive letter, not by drive type.

Nighted
Posts: 459
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: Portable file icons

Post by Nighted »

Good evening sir, I have one wish. I'd like the ability to match icons with folders like is now possible with files.

To clarify, we have this for files:

*23* matches all files containing "23" in the name

Now something to perform the same function with directories would be nice.

I have played around with it a bit but have been unsuccessful. :shock:
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Portable file icons

Post by TheQwerty »

Try this:

Code: Select all

*23*\
:wink:

Nighted
Posts: 459
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: Portable file icons

Post by Nighted »

TheQwerty wrote:Try this:

Code: Select all

*23*\
:wink:
:oops:

haha, I was playing around with it before I went to bed last night, I forgot to add the trailing asterisk. :whistle:

/me hands TheQwerty a slice of raisin pie!
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

sinilill
Posts: 111
Joined: 02 Dec 2013 18:37

Re: Portable file icons

Post by sinilill »

I'm struggling with a PFI setup.
I have this kind of a folder structure and wan't only for the A_gallery, B_gallery, C_gallery level to have a custom icon.
I tried: E:\Megagallery\*\>gallery.ico but it is also giving the subgalleries icons, which I don't wan't. It behaves recursive, but I need just one folder level to have custom icons. Hope someone can help :beer:

Code: Select all

E:\Megagallery\
	A_gallery\
		A_subgallery1
		A_subgallery2
		A_subgallery3
	B_gallery\
		B_subgallery1
		B_subgallery2
	C_gallery\
		C_subgallery1

jupe
Posts: 2758
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Portable file icons

Post by jupe »

Having 2 rules in the below order should work, ie:

Code: Select all

E:\Megagallery\*\*\
E:\Megagallery\*\>gallery.ico
The top rule being an exclusion rule.

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

Re: Portable file icons

Post by admin »

jupe wrote:The top rule being an exclusion rule.
:appl: :cup:

Post Reply