On Thu, 14 Feb 2008 23:56:31 -0600, "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
On Thu, Feb 14, 2008 at 8:31 PM, John Gabriele jmg3000@gmail.com wrote:
However, when scrolling with the mouse, if one scrolls all the way to the bottom, you end up with a mostly-blank window, with only the last line showing at the top.
I think this feature was added on 2007-11-06, ~line 425 of src/document.c :
SSM(sci, SCI_SETENDATLASTLINE, FALSE, 0);
Personally, I think it is a little confusing, it appears to me that the document has a bunch of blank lines at the end that really aren't there. Maybe there should be a preference option for this?
Good idea, I've just added a hidden pref "scroll_stop_at_last_line". Set it to true, to stop scrolling at the last line, like it was before 2007-11-06.
Regards, Enrico