I read 
https://www.scintilla.org/ScintillaDoc.html#ScrollingAndAutomaticScrolling and 
I understood that, for this particular Issue, it would suffice to expose the 
`CARET_JUMPS` variable. 
If `CARET_EVEN` if left as is (value 1),  then when typed character goes out of 
visibility / reaches limit, display will :
* move by one position  when `CARET_JUMPS=0`  
* jump and centre on the caret (last typed character) when  `CARET_JUMPS=1` 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1952#issuecomment-421596645

Reply via email to