Skip to content

Introduce: Kate::TextBlock::blockSize() and offsetToCursor

Waqar Ahmed requested to merge work/faster-cursor-to-offset into master

It returns the number of QChars + newlines in the block. This is used to greatly speed up the cursorToOffset function

Merge request reports