-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
outline: fix keybinding collision on linux #7694
Conversation
The commit fixes a keybinding collision between toggling the outline view, and performing the operation 'format document'. Signed-off-by: Vincent Fugnitto <[email protected]>
@sunix Could you check please that it works for you? I am not on Linux unfortunately. I will check whether format document and outline still work on Mac. |
I managed to test on both mac and linux, but unfortunately I don't have a windows machine. |
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.
it works for me on mac, but it would be good if someone double check on linux besides @vince-fugnitto
Vince, can you ping your teammates?
@lmcbout @Anasshahidd21 do you mind trying the pull-request on Linux? |
@vince-fugnitto I will test |
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.
Tested on UBUNTU 18.04
Works fine, it format the document and is not opening the Outline view
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.
Tested on ubuntu, works fine for me. Does not toggle the outline view anymore for me.
Tested on RHEL8 + Chrome, works great :) |
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.
Tested on Fedora - formatting works well for me!
thank you very much for fix!
What it does
Fixes #6423
The commit fixes a keybinding collision on Linux between:
format document
Due to priority, the
format document
will take precedence over being able to toggle the outline view based on the decision taken in the issue: #6423 (comment)How to test
Linux
(it should successfully format the document instead of toggling the outline view)
Other OS
(should work correctly)
(should successfully open the outline-view)
Review checklist
Reminder for reviewers
Signed-off-by: Vincent Fugnitto [email protected]