JoshCheek / atom-seeing-is-believing

Seeing is Believing integration for the Atom text editor.
Do What The F*ck You Want To Public License
62 stars 4 forks source link

Screen jumps to the bottom after running #3

Closed JoshCheek closed 10 years ago

JoshCheek commented 10 years ago

e.g. ruby -e '100.times { |i| puts "#{i} + #{i}" }' | pbcopy paste the result of that into an atom window, select ruby, run sib. Your screen will jump down to the bottom.

Check if there is a way to see what line the view is currently at, and then set it to that position again. Or possibly there's a better way to update the contents than selecting the whole file as if I were a user and updating its contents?

IDK, play around with it or ask on the IRC channel or mailing list.

JoshCheek commented 10 years ago

Fixed with 8d202c6