Sort by custom column in thumbnail view
Moderators: Hacker, petermad, Stefan2, white
Sort by custom column in thumbnail view
It's quite annoying to switch from custom column view to thumbnail view and all the column headers including all sort opportunities are gone. What about changing this behavior to preserve the column header?
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
What's the advantage of having the standard column headers in thumbnail view? I don't see why we need an option here.
Yes I suggested something like that some time ago. I thtink these suggestions should be handled separately.maybe combine custom columns with thumbnails? Mixed view could be interesting (list with thumbs instead of icons).
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
They are there for sorting purposes. I'm sorry but it's not possible to have the headers from one custom columns view while the thumbs view shows other custom fields.What's the advantage of having the standard column headers in thumbnail view?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Support ++
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
I have added this suggestion to our wiki as I think it would really make a difference.
http://ghisler.ch/wiki/index.php/Make_view_and_column_header_indepedent
http://ghisler.ch/wiki/index.php/Make_view_and_column_header_indepedent
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
How would the user switch to a different sorting header while in thumbnail view?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2ghisler(Author)
Brief
Full
Thumbnail view
---
Configure this custom column view...
Configure custom columns...
---
search
pictures
music
When this change is applied it could look like this:
Brief
Full
Thumbnail view
---
Configure this custom column header...
Configure custom column headers...
---
<default>
search
pictures
music
Explanation/Remarks:
- Brief, Full and thumbnails: Change the view only. Don't change the column headers
- Configure... commands no longer define custom column views but custom headers
- <default> switch to the default column set known from long view. This is the only column header available when there is no custom column header set defined.
- search, pictures, music change the custom column headers only
- Integration with view modes highly desired (change view and columns together)
Technical remark:
Currently the current view is stored like this:
This means custom column view No. 3 is displayed.
This means Long view is displayed.
When this change is applied it could look like this:
This means custom column headers No. 3 and Long view is displayed.
This means Long view and <default> columns are displayed.
This means custom column headers No. 3 and thumbnail view is displayed.
This means Long view and and thumbnail view is displayed.
This means Long view and and thumbnail view is displayed.
( The last two settings would be identical. )
In the same way as the user currently changes to a certain custom column view. Example - the user has defined the column views search, pictures, music. The column right click menu currently looks like this:How would the user switch to a different sorting header while in thumbnail view?
Brief
Full
Thumbnail view
---
Configure this custom column view...
Configure custom columns...
---
search
pictures
music
When this change is applied it could look like this:
Brief
Full
Thumbnail view
---
Configure this custom column header...
Configure custom column headers...
---
<default>
search
pictures
music
Explanation/Remarks:
- Brief, Full and thumbnails: Change the view only. Don't change the column headers
- Configure... commands no longer define custom column views but custom headers
- <default> switch to the default column set known from long view. This is the only column header available when there is no custom column header set defined.
- search, pictures, music change the custom column headers only
- Integration with view modes highly desired (change view and columns together)
Technical remark:
Currently the current view is stored like this:
Code: Select all
[left]
SpecialView=5
Code: Select all
[left]
SpecialView=0
When this change is applied it could look like this:
Code: Select all
[left]
SpecialView=5
Code: Select all
[left]
SpecialView=0
Code: Select all
[left]
SpecialView=5
View=2
Code: Select all
[left]
SpecialView=0
View=2
Code: Select all
[left]
SpecialView=2
( The last two settings would be identical. )