Disable console auto-scroll
Hi there,
Request: Disable console output auto-scroll to bottom, if window / textarea has been scrolled up by user (aka user has scrolled in textarea)
I know its possible to pause log, but sometimes it would be nice just to scroll up, and read the log, and prevent the window keep focusing back to bottom again when new content is added. (very annoying)
New content should still be added to bottom of textara (if log not is paused), and auto-scroll should be enabled again, when user scroll to bottom. Optionel an indicator showing what auto-scroll is enabled/disabled.
Kind regards
Dan
Request: Disable console output auto-scroll to bottom, if window / textarea has been scrolled up by user (aka user has scrolled in textarea)
I know its possible to pause log, but sometimes it would be nice just to scroll up, and read the log, and prevent the window keep focusing back to bottom again when new content is added. (very annoying)
New content should still be added to bottom of textara (if log not is paused), and auto-scroll should be enabled again, when user scroll to bottom. Optionel an indicator showing what auto-scroll is enabled/disabled.
Kind regards
Dan
Comments
Sometimes it is handy to send same command again, to see the current stats/changes (like M122). However, in that case, you need to set 'pause log' til false, send command, set 'pause log' to true again.. and then repeat each time new data is required.
I still think the disable auto-scroll / not focus to bottom would be a neat way to do it. It could be an easy and intuitive way to semi-'pause' the scrolling.