Info popup window

Hello,

I have noticed, in the Arduino IDE 2.1.1 (but can also affect earlier versions) if you dwell with the mouse briefly on a variable, function or the like, various info etc. are displayed. I have no question about this either.

I only noticed that if the sketch folder is not under C:\Users\xxxxxx\Documents\Arduino\ this function is missing.

Is there a workaround for this?

Does the F12 keypress work ?

Hello UKHeliBob,
F12 works with sketches in Path C:\Users\xxxxxx\Documents\Arduino
but it dont work in a other path.

The conditions for the fault to occur is when the sketch is on a drive other than C:\, rather than anywhere outside the Arduino folder.

This is a known bug:

That bug has already been fixed, but there hasn't been a new release of Arduino IDE 2.x since the time of the fix so users of Arduino IDE 2.1.1 are still affected.

The simple workaround for the bug is to store your sketches under your C:\ drive. If that is not convenient to you, you can use the nightly build of Arduino IDE, which does contain the fix. The nightly build download links are listed here:

https://www.arduino.cc/en/software#nightly-builds

Thank you very much for the info

You are welcome. I'm glad if I was able to be of assistance.

Regards,
Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.