I have some problems in Arduino ide2.0.3

When I have many files, so I have to scroll down or up to open other files in explorer tab. But the problem is that I can't scroll anywhere, scrollbar comes to the current opend file always, if i just select other files (down or up to currently opened files) so then only i am able to scroll a bit down or up. That's is first problem, second is related to Serial monitor.
While I have to print many lines continously in every delay of time, i am unable to see last line and it just gets hidden downward. If i scroll down it can be seen then only. I think printing area to be shifted some upwards. When the another line(or new line) is sent from Arduino, the previous line gets vissible but the line sent just now is not hidden. This process continues when other line is sent form arduino uno, same as above previous line now vissible but last line hidden. In my case I had made the Arduino UNO and numeric keypad circuit. Project is like that whenever I press any key in numeric keypad so its printed alphabet is printed on Serial monitor. But whenever i press new key it is not shown in Serial monitor instantly but previous key press becomes vissible (earlier which was invissible). I think its issue with new Arduino IDE 2.0.3 as this was not with older IDE 1. Thank you, I hope that my problem will be resolved in next update of Arduino ide 2.0.3

Hi @piyushsuteri. Thanks for your reports.

The Arduino IDE developers are tracking this bug here:

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.

The Arduino IDE developers are tracking this bug here:

You'll be glad to know that someone has already submitted a proposed fix for the bug so hopefully it will be resolved soon:

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