MarvellousSoft / MarvInc

Zachlike with an immersive storyline told through emails.
https://marvellous.itch.io/marvellous-inc
GNU General Public License v3.0
56 stars 7 forks source link

[Feature] Code autoscroll while executing. #185

Closed Houkime closed 6 years ago

Houkime commented 6 years ago

Would be nice if codescreen could automatically keep active command row inbound while executing instead of letting it get away from screen.

To avoid too much movement logic could be to take a scrolling action only when an active row pushes against the edge/jumps out of bounds.

rilifon commented 6 years ago

Both this issue and #184 should be easy to implement. @yancouto will be better suited for this issue.

yancouto commented 6 years ago

I was going to implement this, but I think it will look bad when you have a bunch of code running fast (like in some late puzzles), then it will keep scrolling like crazy. So I won't fix this for now.