Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAutoscroll always on #735
Autoscroll always on #735
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi @braddo99, It looks like there is some information missing from your ticket that will be needed in order to process it properly. Please take a look at the Contribution Guidelines and the page How to file a bug report on the project wiki, which will tell you exactly what your ticket has to contain in order to be processable. If you did not intend to report a bug, please take special note of the title format to use as described in the Contribution Guidelines. I'm marking this one now as needing some more information. Please understand that if you do not provide that information within the next two weeks (until 2015-02-04 17:40) I'll close this ticket so it doesn't clutter the bug tracker. Best regards, PS: I'm just an automated script, not a human being. |
This comment has been minimized.
This comment has been minimized.
|
I think it works like it should. If autoscroll is enabled, the terminal will always jump to the last line on receiving a message. If Autoscroll is disabled, it will not jump to last line. But because there will be new lines on stack, the lines will move. |
This comment has been minimized.
This comment has been minimized.
|
Mmm, well if the lines move at all then one is unable to accurately select content to copy from the terminal stack. I see what you are saying, but if you are already at the last line, the behavior would be identical with or without autoscroll right? Then, if in autoscroll off, you manually scroll back, the lines will continue to move at the same rate. I really don't see any positives of the current behavior but do see negatives. |
This comment has been minimized.
This comment has been minimized.
|
@derpicknicker1, you are right about enabled Autoscroll, but with Autoscroll disabled it will jump, just not to last line. It is not logical, position must be constant from beginning of terminal, not from end, user doesn't care about stacks or registers etc. |
* Disabling autoscrolling now also stops cutting of the log while it's enabled, effectively preventing log lines from being modified at all * Applying filters displays "[...]" where lines where removed * Added a link to scroll to the end of the terminal log (useful for when autoscroll is disabled) * Added a link to select all current contents of the terminal log for easy copy-pasting * Added a display of how many lines are displayed, how many are filtered and how many are available in total Closes #735
This comment has been minimized.
This comment has been minimized.
|
Implemented in |
There is an autoscroll toggle button on the terminal window which does not appear to do anything. Checked or unchecked my console scrolls commands continuously. This makes it quite difficult to copy paste out of the console, which I find helpful to do when calibrating my bot. As soon as a scroll happens, the selected content becomes unselected and hence uncopyable.
I'm running on raspberry pi (octopi) and client is Chrome on Windows7