Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Serg on September 05, 2013, 19:12:15

Title: Sort by opening up the tab
Post by: Serg on September 05, 2013, 19:12:15
How to do that when opening up the tab remained the same sort, such as the type?
Now the default sort by name.
Title: Re: Sort by opening up the tab
Post by: Mathias (Author) on September 05, 2013, 19:41:58
Default sort column for new tabs can not be configured.

You might be able to script it.. Open a new tab by script and then use MC.Explorer.Sort Col=2
Title: Re: Sort by opening up the tab
Post by: Serg on September 05, 2013, 20:26:57
Appointed for the button script MC.Explorer.Sort COL = 2, sorting is by type.
Appointed script MC.Explorer.NewBrowser PATH = "e: \" MC.Explorer.Sort COL = 2, the tab is created but does not sort by type.
Title: Re: Sort by opening up the tab
Post by: Mathias (Author) on September 05, 2013, 21:19:17
Put the command on separate line and use MultiScript type script
Title: Re: Sort by opening up the tab
Post by: Serg on September 05, 2013, 21:58:48
Thank you! Working.
Why is the default sort by name? Polling for users?
I think it is more convenient sorting by type.
Title: Re: Sort by opening up the tab
Post by: Mathias (Author) on September 05, 2013, 22:40:58
Thank you! Working.
Why is the default sort by name? Polling for users?
I think it is more convenient sorting by type.
Because sorting by name is most common and there can not be an option for everything. There is already to many options. :)

There are also shortcuts for changing sort col, Ctrl+F1 for first column, Ctrl+F2 for second and so on.
Title: Re: Sort by opening up the tab
Post by: Jungle on September 06, 2013, 06:15:44
Mathias,
If you don't want to add gui option for default sorting, I suggest saving sort type (column and direction) when choosing Set current layout by default.

P.S. Sorry. It is already saved.