Skip to content
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

Re-Enable default goto popup #319

Merged
merged 1 commit into from
Sep 30, 2020
Merged

Re-Enable default goto popup #319

merged 1 commit into from
Sep 30, 2020

Conversation

nixxo
Copy link
Contributor

@nixxo nixxo commented Sep 30, 2020

This modification re-enables the default goto popup when "enable_tooltip" is set to false.

In this moment jedi only sets the "show_definitions" setting to False when "enable_tooltip" is True but it never reset it back when you set it to False causing the default popup to never show up ever again (you have to enable it manually)

This modification re-enables the default goto popup when "enable_tooltip" is set to false.

In this moment jedi only sets the "show_definitions" setting to False when "enable_tooltip" is True but it never reset it back when you set it to False causing the default popup to never show up ever again (you have to enable it manually)
@srusskih
Copy link
Owner

Wow! Thanks a lot 👍

@srusskih srusskih merged commit 3022d55 into srusskih:master Sep 30, 2020
@nixxo
Copy link
Contributor Author

nixxo commented Sep 30, 2020

no problem. Happy to contribute.

@nixxo nixxo deleted the patch-1 branch October 12, 2020 20:22
@andy0130tw
Copy link

andy0130tw commented Jul 23, 2024

I am afraid that this makes conflicts with the preference option that is specified by either the user or another plugin. A scenario is that one has an LSP plugin that maintain its own hover popups, and always sets this option to false upon switching to the view it manages, and there would be a race condition. Perhaps you need to remember the old setting and restore it in this case, instead of setting it to true?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants