If I sort my file list by type, I'd expect to see files of type 'application' to appear before files of type 'application extension'.
Explorer behaves this way, and I would expect XYplorer to as well.
Basically, if I'm in a folder where an application lives, I don't want to have to scroll past all the dll files to find the actual exe file.
Sorting by type: 'application' should be above 'application extension'
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
Re: Sorting by type: 'application' should be above 'application extension'
Note: this behaviour is the same regardless of the 'sort method' setting
Re: Sorting by type: 'application' should be above 'application extension'
Until there is a fix, apply a (regex) pattern in e.g. the live filter box:
>.+\.exe$One of my scripts helped you out? Please donate via Paypal
-
admin
- Site Admin
- Posts: 65063
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Sorting by type: 'application' should be above 'application extension'
Indeed, that was a side effect of:
Fixed in next beta.
Code: Select all
v23.70.0002 - 2022-09-27 11:45
* List: Now when sorting by a Type that combines various extensions, eg "JPEG image",
then all files with the same extensions (eg first all JPG, then all JPEG) are
grouped together and then (secondary-)sorted by the filename.
Previously, they were all mixed and just (secondary-)sorted by the filename.
FAQ | XY News RSS | XY X
Re: Sorting by type: 'application' should be above 'application extension'
Thanks, awesome as always!admin wrote: ↑18 Jul 2024 18:27 Indeed, that was a side effect of:Fixed in next beta.Code: Select all
v23.70.0002 - 2022-09-27 11:45 * List: Now when sorting by a Type that combines various extensions, eg "JPEG image", then all files with the same extensions (eg first all JPG, then all JPEG) are grouped together and then (secondary-)sorted by the filename. Previously, they were all mixed and just (secondary-)sorted by the filename.
XYplorer Beta Club