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

Erratic left-right Scrolling of Output Window in IDE version 2.0.0 #495

Closed
moefear85 opened this issue Aug 31, 2021 · 4 comments
Closed
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@moefear85
Copy link

Hello,

The Output window (which shows everything during compilation/upload), scrolls also in the right direction to the end of the line and then jumps back to the initial left position for the next output line, and repeats this, very fast. It makes it impossible to understand what is currently going on. This happens both on Windows and Linux.

Clicking the Scroll-Lock icon to disable scrolling isn't really helpful, since it also disables downwards scrolling, which however I want to keep.

@per1234 per1234 transferred this issue from arduino/Arduino Aug 31, 2021
@cmaglie cmaglie removed the type: bug label Sep 16, 2021
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Oct 24, 2021
@robonxt
Copy link

robonxt commented Apr 17, 2022

EDIT: turning off verbose compiling messages stops the sideways scrolling, so each line of text loads slightly faster. However, both verbose compile and verbose upload needs to be disabled or else the output does not reflect the uploading. Not sure if it was intentional for it to lag behind, or if it's something wrong with how it is displaying on the output window as once mentioned in a previous issue (something about long text not loading fast enough or something?)

This issue is still present as of the 2022.04.16 nightly build, not to mention it seems to make the output window lag when the "show verbose compiling messages" is enabled, as it finishes uploading to the board before the text is finished loading (ESP32 code)

@per1234
Copy link
Contributor

per1234 commented Apr 18, 2022

it seems to make the output window lag

I have seen this claim by multiple users now. I'm not at all convinced that the scrolling is related to the lag. My impression is that the lag is something that occurs regardless of whether there is scrolling. It is simply that there is a horrible bottleneck somewhere in the output pipeline. The lines that require scrolling will always contain more data that must trickle through that bottleneck, so that output will lag more for that reason alone.

The output bottleneck is already tracked in dedicated issues, so let's restrict discussion of it to those unless someone has more than coincidence to back the idea that the scrolling is related:

@ubidefeo
Copy link

@per1234
isn't this fixed yet?
we have done a lot of work on the output window since this issue was reported including some visual glitches caused by the chaining of text

@moefear85
Copy link
Author

this issue has been resolved atleast as of 2.0.0-rc9

@per1234 per1234 added the conclusion: resolved Issue was resolved label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

7 participants