Mixed Sort
-
jayfischer
- Posts: 61
- Joined: 22 Nov 2009 21:28
Mixed Sort
I am used to seeing folders sorted in a dual type mode. When I have them sorted by date I like to have the dirs inside mixed in as files - sorted by date - so I can see ALL the new items at the top. On the other hand when I sort by name I like the dirs on top and the files below.
Thanks,
Jay
Thanks,
Jay
Re: Mixed Sort
While I don't think it's possible to vary folder-file separation automatically (perhaps an action for a CEA?), it is possible to mix folders and files when sorting. In Configuration --> General --> Untick 'Sort folders apart' 
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Mixed Sort
This can be easily done by scripting. You can use this script via toolbar too. With current scripting methods, one can trigger normal sort options with "left-click" and your own sort method with "right-click". Let me know if you are interested.jayfischer wrote:I am used to seeing folders sorted in a dual type mode. When I have them sorted by date I like to have the dirs inside mixed in as files - sorted by date - so I can see ALL the new items at the top. On the other hand when I sort by name I like the dirs on top and the files below.
Thanks,
Jay
Re: Mixed Sort
it's not exactly what the OP want, but i use this simple script on a CTB to quickly toggle the "sort folders apart" setting.
PS: the script will save your settings when you run it.
EDIT: damn, the forum software removed my leading spaces.
Code: Select all
#193;
getkey $sfa, SortFoldersApart, settings;
settingp SortFoldersApart, $sfa xor 1;
status "Sort Folders Apart ".($sfa==1)?(disabled):(enabled),, ready;EDIT: damn, the forum software removed my leading spaces.
My shared scripts:
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Mixed Sort
I have posted a script here:
http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=4386
It does the mixed sort you mentioned.
http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=4386
It does the mixed sort you mentioned.
-
admin
- Site Admin
- Posts: 65009
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Mixed Sort
May I ask where you got used to this thing? I never heard about it but I can see the point...jayfischer wrote:I am used to seeing folders sorted in a dual type mode. When I have them sorted by date I like to have the dirs inside mixed in as files - sorted by date - so I can see ALL the new items at the top. On the other hand when I sort by name I like the dirs on top and the files below.
FAQ | XY News RSS | XY X
-
jayfischer
- Posts: 61
- Joined: 22 Nov 2009 21:28
Re: Mixed Sort
@admin
I have been using x2 for the longest time and it had the option for this type of mixed sorting. I like the folders on top except for date sorting when I like to see folders and files mixed to see all new items at the top.
@serendipity
Nice! That works perfect (except that I need to click on a button
) . I am hoping for an integrated/automagic sort based on sort column or more specific to my needs - modified date. But in the mean time I will be using this!!
I have been using x2 for the longest time and it had the option for this type of mixed sorting. I like the folders on top except for date sorting when I like to see folders and files mixed to see all new items at the top.
@serendipity
Nice! That works perfect (except that I need to click on a button
-
admin
- Site Admin
- Posts: 65009
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Mixed Sort
I added a tweak for this to the next beta version. And I like it myself. I was even tempted to hardcode this behavior...jayfischer wrote:@admin
I have been using x2 for the longest time and it had the option for this type of mixed sorting. I like the folders on top except for date sorting when I like to see folders and files mixed to see all new items at the top.
@serendipity
Nice! That works perfect (except that I need to click on a button) . I am hoping for an integrated/automagic sort based on sort column or more specific to my needs - modified date. But in the mean time I will be using this!!
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 65009
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Mixed Sort
Been playing with the new sort option for a while now and I think it's really much better than the previous one. I think it should be the factory default. What's your opinion, folks? Upload comes in a minute...admin wrote:I added a tweak for this to the next beta version. And I like it myself. I was even tempted to hardcode this behavior...jayfischer wrote:@admin
I have been using x2 for the longest time and it had the option for this type of mixed sorting. I like the folders on top except for date sorting when I like to see folders and files mixed to see all new items at the top.
@serendipity
Nice! That works perfect (except that I need to click on a button) . I am hoping for an integrated/automagic sort based on sort column or more specific to my needs - modified date. But in the mean time I will be using this!!
FAQ | XY News RSS | XY X
Re: Mixed Sort
I'm against it. Not just because I personally do not like this behavior (even though I don't. I can see the point, but I much rather have my folders apart, and make good use of the very neat feature that is "Miscellaneous / Focus Functions / Switch Focus between Files and Folders"admin wrote:Been playing with the new sort option for a while now and I think it's really much better than the previous one. I think it should be the factory default. What's your opinion, folks? Upload comes in a minute...
IMO a tweak that does such a thing should never be enabled by default, but allow one to alter the "normal"/standard behavior for a different one, not restore the original/expected behavior of one of the options. If you really want to do that, you should definitely promote it to option status, e.g. below "Sort folders apart" add a "Except when sorting on date columns" (alongside "Keep folders on top") or something.
I still feel while it might be a good option to some, it shouldn't be a default one, but I can see its appeal, and promoting it to option status would be good.
Proud XYplorer Fanatic
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Mixed Sort
I like the new tweak, but if you want to make it factory default, I would say the same thing as Jacky.jacky wrote:I'm against it. Not just because I personally do not like this behavior (even though I don't. I can see the point, but I much rather have my folders apart, and make good use of the very neat feature that is "Miscellaneous / Focus Functions / Switch Focus between Files and Folders"admin wrote:Been playing with the new sort option for a while now and I think it's really much better than the previous one. I think it should be the factory default. What's your opinion, folks? Upload comes in a minute...) but also because it "breaks" the option Sort Folders Apart.
IMO a tweak that does such a thing should never be enabled by default, but allow one to alter the "normal"/standard behavior for a different one, not restore the original/expected behavior of one of the options. If you really want to do that, you should definitely promote it to option status, e.g. below "Sort folders apart" add a "Except when sorting on date columns" (alongside "Keep folders on top") or something.
I still feel while it might be a good option to some, it shouldn't be a default one, but I can see its appeal, and promoting it to option status would be good.
Re: Mixed Sort
I don't think it should be factory default. Having folders and files sorted apart is orthodox behaviour, even Explorer doesn't allow one to switch this off (in GUI, maybe possible in registry, but unknown to yours truly). Manual sorting is temporary for a good reason, because, as a rule, files and folders are kept apart.
Also, I'm a bit cautious about adding more things to options ('General' and 'Advanced', in particular). They already have plenty of tick boxes. Perhaps when something is important enough to be promoted from tweak to option, something else should be relegated to being a tweak. Keeps the balance in place. Excess of options while good in some respect, can be overwhelming and, as such, not beneficial.
Also, I'm a bit cautious about adding more things to options ('General' and 'Advanced', in particular). They already have plenty of tick boxes. Perhaps when something is important enough to be promoted from tweak to option, something else should be relegated to being a tweak. Keeps the balance in place. Excess of options while good in some respect, can be overwhelming and, as such, not beneficial.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
jayfischer
- Posts: 61
- Joined: 22 Nov 2009 21:28
Re: Mixed Sort
Works perfect!! Thanks.
I think a checkbox in the GUI would be great. I will never change it - but it might be useful for other people to know about the option instead of a tweak.
What makes one option better than another - because it came first - I don't think so. XY is very unique in that the author actually listens to his customers.
I say the more options the better as long as program speed isn't affected.
I think a checkbox in the GUI would be great. I will never change it - but it might be useful for other people to know about the option instead of a tweak.
What makes one option better than another - because it came first - I don't think so. XY is very unique in that the author actually listens to his customers.
I say the more options the better as long as program speed isn't affected.
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: Mixed Sort
So maybe instead of a tick box, it becomes a drop-down, since it's not compatible with "sort folders apart" so that option would thus become the default with this being a alternate via drop-down...that way, it's easy to find yet not cluttering.zer0 wrote:Also, I'm a bit cautious about adding more things to options ('General' and 'Advanced', in particular). They already have plenty of tick boxes.
We've got quite a few tweaks and it's becoming harder to keep track of what ones there are so I'd be in favor of some very minor changes to Config to incorporate a few of the most used ones.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
-
admin
- Site Admin
- Posts: 65009
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Mixed Sort
Thanks all, agreed.
I would promote it to an option but I also agree that the config dialog is quite crowded. A dropdown would not help much.
I would promote it to an option but I also agree that the config dialog is quite crowded. A dropdown would not help much.
FAQ | XY News RSS | XY X
XYplorer Beta Club