SetEndAtLastLine option

Old Topics related to the original "AutoGUI" ahk script editor.
User avatar
kczx3
Posts: 1649
Joined: 06 Oct 2015, 21:39

SetEndAtLastLine option

Post by kczx3 » 11 May 2018, 13:51

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.

User avatar
Alguimist
Posts: 428
Joined: 05 Oct 2015, 16:41
Contact:

Re: SetEndAtLastLine option

Post by Alguimist » 24 May 2018, 18:09

Why? It's of no practical relevance.

User avatar
kczx3
Posts: 1649
Joined: 06 Oct 2015, 21:39

Re: SetEndAtLastLine option

Post by kczx3 » 24 May 2018, 18:29

Well, then don’t add it. I find it useful though. Not hard to implement so

Post Reply

Return to “Old Topics”