Comment 3 for bug 618710

Revision history for this message
Florian Heinle (tiax) wrote :

I've been looking into saving the scrolling position. I've yet to read the docs in full, but apparently there's no easy way to get the current *scrolling* position if the mouse wheel has been used. The reason is that scrolling with the wheel doesn't change the position of the input mark but rather only the scrolling position

It would be possible, however, to save the input cursor's position, which would be the same as the scrolling position, provided the user didn't scroll with the mouse. As far as I can tell, that's the best we can do for now.

As to "start position on top" - I believe this is personal preference. Personally, I'd like to have PyRoom start at the bottom so I can pick up where I stopped writing and continue from there.

I think we should decide if a) we just implement the "save cursor position" feature b) offer another setting in preferences if pyroom should open files at the top or at the bottom. c) do both and offer "saved/top/bottom"