About compatibility to software "everything"

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Horst
Posts: 1091
Joined: 24 Jan 2021 12:27
Location: Germany

Re: About compatibility to software "everything"

Post by Horst »

highend wrote: 03 Jul 2021 12:17 Try my current (personal!) version...
Good version.
I made this modification:

Code: Select all

        // Setup the visible columns, autosize them and set primary and secondary sort order
        setcolumns("+Name,+Path,+Size,+Modified", 16);
        sortby "Name", "a", 0;
        sortby "Path", "a", 1;
Personaly I prefer to have the name column as the first one and also sort primary by name.
This is specially better in dual pane mode.

I found several problems with your internal switches
The following search doesn't work for example:
c: size:>1gb
It should search files larger than 1GB on drive c:
In your script it tries a content search.
Same problem with the switch d:
I have a drive d: and your script interprets it as folder search.
I only left the switch l: in the script now.

The user can always setup macros for Everything functions.
I can for example type text: for a content search
or wsearch: for a Windows index search
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: About compatibility to software "everything"

Post by highend »

c:\ works, look at the parsing regex...

Macros are not available via es.exe
One of my scripts helped you out? Please donate via Paypal

Horst
Posts: 1091
Joined: 24 Jan 2021 12:27
Location: Germany

Re: About compatibility to software "everything"

Post by Horst »

highend wrote: 03 Jul 2021 18:52 c:\ works, look at the parsing regex...

Macros are not available via es.exe
My Everything 1.5 macros are working, believe me.
They are even working with your script :D
What is not avaiable via ES are Filters (like Archive: or Video:)
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

highend
Posts: 13317
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: About compatibility to software "everything"

Post by highend »

Filters
That's what I meant
One of my scripts helped you out? Please donate via Paypal

Post Reply