Skip to content

Improve pageup/down performance

Waqar Ahmed requested to merge work/imporve-pgup-down-perf into master

With large documents if you leave your cursor at (0,0) and then scroll down to let's say line 50000 and then press page down, kate freezes as it is laying out everything in between.

Instead just jump back to where the cursor is first and then start the work. This makes pageUp/pageDown instant for all cases.

Merge request reports