- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel sorting swaps with panels - for a while #2368
Comments
Replying to gotar (#2368):
I'd prefer that all panel options must follow the panel because panel options are options of panel not options of panel location. |
On the opposite - what's the point of swapping panels along with their options? Then it's position only, mostly irrevelant, while swapping contents without options gives user a possibility to quickly peek on something and get back to primary view. |
Created 2368_swap_panels branch. |
I think we should add an option to switch the mode of file listing panel swapping:
|
Modified and rebased to current master. |
|
|
Merged to master.
|
Cherry-picked to 4.6.5-stable.
|
Please note that the original problem still remains: in default mode, after the swap, the sorting order indicators in the header line on top of the screen are inconsistent with the actual sorting order of files in the panels.
This is confusing for the user, as it takes a manual reload on both panels to fix the inconsistency.
Expected behaviour: swapping the panels should automatically reload panels to make their content consistent with the sorting order settings. |
Important
This issue was migrated from Trac:
gotar
(gotar@….pl)After CmdSwapPanel (ctrl-u) panels sortings swap as well, but only until next reread (either by ctrl-r or chdir), then it backs, e.g.:
Before this glitch could be fixed the question must be answered, either sorting should follow it's panel while swapping, or not. Currently - it doesn't (except for temporary initial state), sorting sticks to it's side (left-right/top-bottom).
The text was updated successfully, but these errors were encountered: