-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Fix move focus between grouped panes (#3045) #3958
Conversation
I couldn't find a place of automated tests for panes, is manual testing enough? |
😭 You don't even know how many hours I've spent working on unittests for Panes, to no avail. Manual testing is totally fine for this. Hopefully one day we'll have automated testing for them, but for now we have to deal with manual testing. I'll probably pull this branch myself |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely right, but I don't know why I had it like that originally. Maybe a typo? Doesn't look like there's any other errors like it in the codebase, so that's promising. Thanks for finding this!
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Glad I could help. Really like this product, and I love C++, so it's a win-win :) |
🎉 Handy links: |
This PR fixes the ability to move between already-split panes
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
Tested manually.