howl
howl copied to clipboard
Scroll past end feature
It should be nice to add a "past end scrolling" feature like most code editors.
What does 'scroll past end' mean?
Scroll past end allows to scroll beyond the last line, so "adds" a scrollable blank space after the latest line.
Just allowing scrolling past the end using the mouse is easy enough to allow, but should other commands also allow that then? Page down for instance?
Other editors doesn't have a consistent behavior on whether page down should scroll past or stop at the last line. Atom/VSCode stop at the last line but Notepad++ do scroll past.