Closed
Description
Describe the problem
The pop-up that opens shows the information that is too squashed and is difficult to read as well
To reproduce
Place the mouse over a function
Expected behavior
Arduino IDE version
2.0.0
Operating system
macOS
Operating system version
macOS 12.6
Additional context
No response
Issue checklist
- I searched for previous reports in the issue trackerI verified the problem still occurs when using the latest nightly buildMy report contains all necessary details
Activity
per1234 commentedon Sep 27, 2022
Thanks for your report @Edivad99. It is not clear to me what the problem is. Please provide more details.
Please provide a detailed description of what you mean by "squashed".
Are there specific parts of the tooltip that seem "squashed" to you? If so, which parts?
Please describe some specific changes that would cause it to seem less "squashed".
Please describe the exact problems that cause it to be difficult to read.
Are there specific parts of the tooltip that are difficult to read? If so, which parts?
Please describe some specific changes that would cause it to be less difficult to read.
Edivad99 commentedon Sep 27, 2022
By squashed I mean that there is little space between the writing and that the words touch the gray lines.
per1234 commentedon Sep 27, 2022
Thanks!
I am also a little bothered by this. I mentioned it in passing in #21
This is tracked here: #21
Which board do you have selected in the Tools > Board menu in the Arduino IDE? I don't have this part when I did a quick check with the Uno selected:
In the end, I think the comment I made here will apply to both this and #21:
#21 (comment)
This formatting is coming from the clangd C++ language server that provides this information to the Arduino IDE, and perhaps some from the Eclipse Theia IDE framework the IDE is built on or even the VS Code application Theia takes some of its design from.
None of those projects are maintained by Arduino and I'm not sure whether anything can be done to improve on it from inside the Arduino IDE codebase hosted in this repo.
Edivad99 commentedon Sep 27, 2022
If you pass the word readString over it and press command, the fourth rectangle appears
Better tooltips.
Better tooltips.