Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Mention keyboard modifiers in toolbar tooltip texts.#17687
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Otherwise the feature is a bit obscure...
I love this feature, and didn't know it existed. But, ugh, you sure don't want to use those modifiers in a Jupiter notebook. |
jklymak left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
tooltip doesn't change for macosx... I think it also has to change in_macosx.m
(line 1161)
Let's see whether I can manage to make the osx backend also use the tooltips from the base class... |
I don't think so:
|
Well I can't actually test macosx code locally, I was just going to abuse CI (which does test instantiating a macosx window) to iterate until either it works or I give up... |
ha ha. New version segfaults. |
Did you recompile? CI seems happy. (I would be amazed to have been able to write the extension code right on the first try, though...) |
Yes, I did recompile after cleaning out the build directory. Not sure what is wrong. |
Travis seg faults as well... |
anntzer commentedJun 20, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Yup, missed a change... looks like travis is happy now (for real). |
Works! |
…687-on-v3.3.xBackport PR#17687 on branch v3.3.x (Mention keyboard modifiers in toolbar tooltip texts.)
Uh oh!
There was an error while loading.Please reload this page.
Otherwise the feature is a bit obscure...Closes#17658.
(The newline in the tooltip works at least with qt/wx/tk/gtk (but wx needs#17686 too), can't test macos locally.)
PR Summary
PR Checklist