Better file / folder selector
Re: Better file / folder selector
Chaos
- Attachments
-
- 2014-08-25_235534.png (15.24 KiB) Viewed 3605 times
Re: Better file / folder selector
@highend
Excellent. Thank you very much for integrating the extension listing.
Excellent. Thank you very much for integrating the extension listing.
No problem at all. Not necessary from my point of view.highend wrote:The setting for the selected file extension will not be remembered across sessions
Yes, there is. It does indeed happen that I see the occurence of similar extensions in the drop-down list. Extensions that are too tricky to get with wildcards because other, non-wanted extensions get in the way. Again my Adobe example: .asv (selective color), .acv (curves), .alv (levels)highend wrote: "::" would be the delimiter (a single : is already taken for property searches).
The example would (hopefully obviously) select all files containing
png and jpg...
Is there a strong demand for this feature (only AND searches would be supported)?
Re: Better file / folder selector
Go multi-patterns! +1!
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: Better file / folder selector
Ok, v0.7 is online...
Multiple (AND combined) search patterns (format: <search pattern 1>::<search pattern 2>::<search pattern x...>
are now supported.
Don't know how well this performs on thousand of files but test it if you like.
Multiple (AND combined) search patterns (format: <search pattern 1>::<search pattern 2>::<search pattern x...>
are now supported.
Don't know how well this performs on thousand of files but test it if you like.
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Better file / folder selector
Hi highend, thanks for the script. I'm experiencing problems with paper folders selected. No problems when paper folders is not selected. At first I was going to report yesterday that it wasn't working at all with paper folders selected however I've been testing it more this morning. For some reason, it seems to work most of the time but not always, with paper folders selected if the search has a number in it no matter where it is in the file(s). When it doesn't, the txt file is created and the script sends me to the paper folder but the text file is empty. The exact same search that works with paper folders not selected doesn't work with it selected. I'll try to step through the script to see if I can tell what's happening. Any ideas? As of this morning, I am using version 0.7.
By the way, Don does have a variable for paper, <xypaper> so your lines with <xydata>\Paper\... could be shortened to <xypaper>\...
Thanks again,
Ken
By the way, Don does have a variable for paper, <xypaper> so your lines with <xydata>\Paper\... could be shortened to <xypaper>\...
Thanks again,
Ken
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440
Re: Better file / folder selector
Another bug with PF output: the PF txt file comes out |-separated.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: Better file / folder selector
@Ken
Can't reproduce... Try v0.8 when I post it in a few minutes, please. If you have the same behavior, show a screenshot of your settings in the html dialog and a few item names which with it doesn't work.
@Sammay
Yep, bug fixed.
Can't reproduce... Try v0.8 when I post it in a few minutes, please. If you have the same behavior, show a screenshot of your settings in the html dialog and a few item names which with it doesn't work.
Does that variable still work correctly when somebody moves the <xydata> folder via the admin.ini file? If yes, I'll change it.By the way, Don does have a variable for paper, <xypaper> so your lines with <xydata>\Paper\... could be shortened to <xypaper>\...
@Sammay
Yep, bug fixed.
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Better file / folder selector
Hi highend, I'm very pleased to report that whatever you did with version 0.8 did the trick...no issues now with paperfolders.
Thanks this will be very handy,
Ken
I have no idea if <xypaper> takes into account admin.ini, but I do know that I have "Paper" directly off the XYplorer main folder (i.e., no separate data folder) and <xypaper> points properly to "D:\Tools\XYplorer\Paper"highend wrote:Does that variable still work correctly when somebody moves the <xydata> folder via the admin.ini file?
Thanks this will be very handy,
Ken
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440
Re: Better file / folder selector
Yep, it does. Just checked.highend wrote:Does that variable still work correctly when somebody moves the <xydata> folder via the admin.ini file? If yes, I'll change it.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
Re: Better file / folder selector
...that's the sense of it. More exactly: even if \Paper\ would *not* be below <xydata> it would be correct.highend wrote:Does that variable still work correctly when somebody moves the <xydata> folder via the admin.ini file? If yes, I'll change it.By the way, Don does have a variable for paper, <xypaper> so your lines with <xydata>\Paper\... could be shortened to <xypaper>\...
Where I always need it is for <xyscripts>, as for me it isn't below <xydata>, but in d:\my user data\XY\scripts
This way I can start a second portable explorer with an admin.ini pointing to the 'central' scripts folder, to use all the same scripts.
W7(x64) SP1 German
( +WXP SP3 )
( +WXP SP3 )
Re: Better file / folder selector
v0.9 online
A bit of Javascript & <xypaper> instead of <xydata>\Paper
A bit of Javascript & <xypaper> instead of <xydata>\Paper
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Better file / folder selector
No more bug reports, guys?
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Better file / folder selector
I haven't come across any issues highend. Thanks again. No biggie, but I did notice in 0.9 that you changed to using <xypaper> but not up front in two places where you check the file limit. Take care.
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440
Re: Better file / folder selector
I saw it right after uploading v0.9 and I replaced the file with a fixed version two minutes later. Just redownload it.but not up front in two places where you check the file limit
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de
Re: Better file / folder selector
Thanks for allowing ::multiple::patterns. Took me a moment to figure out how to restrict it to extensions only (DOS expression). An additional drop-down option "Extensions only" would spare the repeated typing of "*." but it's no big deal.
What does Match: Random do? And how do I get "every nth item" to work?
What does Match: Random do? And how do I get "every nth item" to work?
Thank you. Exactly what I was looking for. This and XY scripting in general will keep me busy for months to come.SammaySarkar wrote:here's an excellent SC html primer by Stefan.