-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Suggestion: Add a keybind command to swap the files currently open in upper and lower pane. #13061
Comments
👍 Calling it an atrocity is a bit too harsh, but I agree that it could be much better. Would you like to take a stab, checking out Line 241 in e8bbf5e
|
I'm aware it was a bit too harsh, it was intended sarcastically as it's kind of a petty complaint in the big picture (oh no, I have to move my mouse). Sorry if it sounded rude, it wasn't intended as such :) |
I'm thinking of taking this bug. Would you recommend moving the function to MainViewManager or leaving it in Pane? |
I guess if we are making this part of core, it should be enabled only by a preference which by default should be false. |
IMHO the fix should be flipping files between panes via buttons: the functionality is already there, but there's no keybindings for the flipview functionality. If we had the flipview functionality mapped to keybindings, SameDocMultiplePanes + FlipView would solve this problem (instead of just flipping two documents around). |
Yes @petetnt that makes complete sense. |
I'm thinking about picking this up if there are no objections. @petetnt, I looked into mapping the keybindings to the functionality you mentioned but didn't find the 'SameDocMultiplePanes' functionality you mentioned. I have something partially together which swaps the views but will wait to hear back. |
@SteveMieskoski go ahead and reference your PR here so we can track the progress, thanks! |
…ggestion: Add a keybind command to swap the files currently open in upper and lower pane.
Hello everyone i'm new here and wondering why this issue is still open . |
Same as above. New here and trying to make contributions. Is this issue still open after @SteveMieskoski's PR #13150? Seems like that was nearly a year ago. |
I like to have the upper pane much larger than the lower, so I can take a quick look at another file than the one I'm working on without losing much space on the screen. However, if I decide to work on the file I have open in the lower pane while quick-referencing the one on my upper pane, I have to use the mouse to swap the two files around.
Needless to say, this is an atrocity. I'd like to suggest adding a command to swap the two.
The text was updated successfully, but these errors were encountered: