vlaaad / reveal

Read Eval Visualize Loop for Clojure

Home Page:https://vlaaad.github.io/reveal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-scroll to bottom

xificurC opened this issue · comments

Once I select something in the reveal window it stops auto-scrolling to the bottom, which is really annoying :) What am I doing wrong?

Reveal uses value-aware autoscroll: it automatically scrolls to the start of the latest submitted value if previously selected value was the latest in the output panel. If you select something else, it will stop autoscrolling until you select the latest value again (e.g. pressing Ctrl+End usually does the trick once you are done inspecting).

Ctrl+End doesn't seem to do the trick here

Can you give some more info? Maybe repro? How does the value at the end of output looks when it doesn't work? Are there some exceptions in the stderr?

I had this problem on a Mac and ended up using option + down to get to the latest value.

Thanks for making this @vlaaad it's looking really good from my brief usage so far!