Auto Scrolling in LiveScript output

16 ビュー (過去 30 日間)
Mason Turvey
Mason Turvey 2020 年 10 月 21 日
編集済み: Bruce 2024 年 5 月 22 日
I am currently writing a livescript for a genetic algorithm, and it outputs a text status showing every generation it completes. After about 50 lines of output, the text output region in the livescript becomes scrollable, however, every time another output is addded it automatically scrolls to the top of the output region instead of showing the latest output at the bottom, and whenever I scroll down in the output region to see the latest output, it ignores my mouse input and auto scrolls to the top, which is very annoying.
Is there any way to circumvent this behavior?
Yes, I could just use a normal .m file to run the program and view output in the command window, but I want the nice PDF layout from the .mlx format, so I'd like to figure this specific situation out.
  2 件のコメント
Andreas
Andreas 2020 年 11 月 13 日
Very interested in a solution for this specific issue as well!
Chris Kloppers
Chris Kloppers 2020 年 12 月 24 日
I have the same issue :(

サインインしてコメントする。

回答 (1 件)

Jared MacDonald
Jared MacDonald 2021 年 3 月 2 日
Hi Mason,
You can turn this off by right-clicking in the outputs area and selecting "Disable Synchronous Scrolling":
Jared
  2 件のコメント
Bruce
Bruce 2024 年 5 月 22 日
This does not work - I just tried it.
Bruce
Bruce 2024 年 5 月 22 日
編集済み: Bruce 2024 年 5 月 22 日
For the record, it disables a different anoying behaviour - scrolling to "corresponding" position in the code and output and it stops the cursor going to the top. But, it does not keep it at the bottom. Just leaves it where it is. Which is not much of an improvement.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by