Page 1 of 1

Sort by - ascending / descending identification

Posted: 29.04.2017, 15:22
by Dreamer
When using any form of sorting items in FreeCommander, there's no identification if the items are sorted ascending or descending (except for Details view column header). There's no way to find this information in other view modes (list, thumbnails..).

Here are few suggestions:

1. Use 2-state icons.

Clicking the button once would highlight the button (blue color), clicking it again would change the icon and sorting order.

E.g:

Code: Select all

ascending / descending 

 A. ...       Z. ...
 Z. ...       A. ...
2. Use 1-state icons and 1-state actions.

In other words, clicking "AZ..." icon would sort by Name ascending only and clicking "ZA..." icon by Name descending. Disadvantage is that we'd need 2x more buttons/icons in toolbar.

3. Use multiple-state Sort by icon.

This would change the main "Sort by" icon by sorting, so we could select any option from the drop down menu and the icon will be changed by this option.

E.g:

Code: Select all

sort by name ascending
 A. ...
 Z. ...

sort by name descending
 Z. ...
 A. ...

sort by date ascending
 1. ...
 2. ...

sort by date descending
 9. ...
 8. ...
Any suggestions / comments are welcome.