Don't show "No documentation available" tooltip on hover
See original GitHub issueProblem Description
hold the mouse cursor over almost anything in the editor. a “No ducumentation available” tooltip will appear. which is extremely distracting and sometomes the tooltip will appear over other windows.
example code:
a = "Asd"
hold cursor over the “Asd”. the tooltip will appear.
This is not a helpfull tooltip, It appears all the time just by having the mouse cursor over almost anything in the editor
Versions
(this is a spyder 4 problem) 4.0.1 (tested on two machines, one spyder 4.0.0 another 4.0.1)
Python 3.7.5 64-bit | Qt 5.9.6 | PyQt5 5.9.2 | Windows 10
Dependencies
cloudpickle >=0.5.0 : 1.2.2 (OK)
pygments >=2.0 : 2.4.2 (OK)
qtconsole >=4.6.0 : 4.6.0 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
sphinx >=0.6.6 : 2.2.1 (OK)
pylint >=0.25 : 2.4.3 (OK)
psutil >=0.3 : 5.6.3 (OK)
qtawesome >=0.5.7 : 0.6.0 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
zmq >=17 : 18.1.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
numpydoc >=0.6.0 : 0.9.1 (OK)
spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK)
qdarkstyle >=2.7 : 2.7 (OK)
atomicwrites >=1.2.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
watchdog : None (OK)
keyring : None (OK)
pexpect >=4.4.0 : 4.7.0 (OK)
pympler : None (OK)
sympy >=0.7.3 : None (NOK)
cython >=0.21 : 0.29.14 (OK)
IPython >=4.0 : 7.9.0 (OK)
matplotlib >=2.0.0 : 3.1.1 (OK)
pandas >=0.13.1 : 0.25.2 (OK)
numpy >=1.7 : 1.17.3 (OK)
scipy >=0.17.0 : 1.3.1 (OK)
pyls >=0.31.2;<0.32.0 : 0.31.2 (OK)
rtree >=0.8.3 : 0.8.3 (OK)
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
How to hide hover tooltips on Spyder 4 - python - Stack Overflow
As soon as you pause while entering code, a tooltip of some sort appears, including the one which says "I can't help, no...
Read more >Showing Help Tags for Views and Controls Using Tooltip ...
When hovering the pointer over the selected text, a tooltip appears but it doesn't appear when the pointer hovers over unselected text.
Read more >Not seeing how to manually activate "Show value tooltip" in ...
I like the tooltip, but I don't want it activating on hover, I want to press a key while hovering to get it...
Read more >ARIA: tooltip role - Accessibility - MDN Web Docs - Mozilla
A tooltip is a contextual text bubble that displays a description for an element that appears on pointer hover or keyboard focus.
Read more >Tooltips · Bootstrap v5.0
Hover over the buttons below to see the four tooltips directions: top, ... Delay showing and hiding the tooltip (ms) - does not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will this be fixed in the near future? This is still happening in v4.1.2
@talkaminker I think this issue will be fixed with PR #11377 (which hasn’t being merged yet).
@matheger I think maybe the behavior you’re describing is related with #11244 which was fixed with PR #11271
Take into account that the fixes will be available with Spyder
4.1.0
(the current installable version is4.0.1
).Hope this clarifies the state of the issues and fixes 😃