-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Add history navigation in the script editor using extra mouse buttons #36910
Add history navigation in the script editor using extra mouse buttons #36910
Conversation
05fcf10
to
11c3a0b
Compare
Sorry for the late review. I think the feature is a good to have, however, I would make disabling of the prev/next mouse button a global setting, not hiding it in the text_editor settings. This also mean we have to check if those shortcuts aren't used anywhere else, so that the disabling works everywhere needed. |
By global setting, do you mean moving the editor setting to another section such as Interface > Editor? |
Yes. |
11c3a0b
to
9652a0b
Compare
Rebased and tested again, it works successfully in both multi-window and single-window modes. |
There are CI issues with inconsistent use of |
Bump. |
This feature is enabled by default, but it can be disabled in the editor settings in case it interferes with other uses of the extra buttons (such as push-to-talk in a VoIP program).
9652a0b
to
3143e7d
Compare
Thanks! |
master
version of #53067.This adds history navigation in the script/documentation list. It works exactly like the current implementation using Alt + Left and Alt + Right, but this makes it accessible using the auxiliary mouse buttons present on some mice.
An editor setting allows disabling this feature in case you use the auxiliary mouse buttons for other things (such as push-to-talk in a VoIP program).