Page 1 of 1

SetEndAtLastLine option

Posted: 11 May 2018, 13:51
by kczx3
I'd recommend adding an option for SetEndAtLastLine.
Scintilla wrote:SCI_SETENDATLASTLINE(bool endAtLastLine)
SCI_GETENDATLASTLINE → bool
SCI_SETENDATLASTLINE sets the scroll range so that maximum scroll position has the last line at the bottom of the view (default). Setting this to false allows scrolling one page below the last line.

Re: SetEndAtLastLine option

Posted: 24 May 2018, 18:09
by Alguimist
Why? It's of no practical relevance.

Re: SetEndAtLastLine option

Posted: 24 May 2018, 18:29
by kczx3
Well, then don’t add it. I find it useful though. Not hard to implement so