Page 20 of 20
Re: Portable file icons
Posted: 09 Jun 2013 10:43
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!
So byebye for now PFI...

Re: Portable file icons
Posted: 14 Jun 2013 09:37
by admin
Can't resist to share a little joke about icons and interface design...
Re: Portable file icons
Posted: 14 Jun 2013 09:41
by Marco
Re: Portable file icons
Posted: 12 Jul 2013 21:10
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.
Re: Portable file icons
Posted: 12 Jul 2013 21:11
by admin
Only by drive letter, not by drive type.
Re: Portable file icons
Posted: 18 Jul 2013 21:24
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.

Re: Portable file icons
Posted: 18 Jul 2013 21:28
by TheQwerty
Try this:

Re: Portable file icons
Posted: 18 Jul 2013 21:34
by Nighted
TheQwerty wrote:Try this:

haha, I was playing around with it before I went to bed last night, I forgot to add the trailing asterisk.
/me hands TheQwerty a slice of raisin pie!
Re: Portable file icons
Posted: 24 Sep 2018 20:12
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
Code: Select all
E:\Megagallery\
A_gallery\
A_subgallery1
A_subgallery2
A_subgallery3
B_gallery\
B_subgallery1
B_subgallery2
C_gallery\
C_subgallery1
Re: Portable file icons
Posted: 25 Sep 2018 07:13
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.
Re: Portable file icons
Posted: 25 Sep 2018 08:05
by admin
jupe wrote:The top rule being an exclusion rule.
