Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Frameworks
KTextEditor
Merge requests
!556
Cleanup and optimize Kate::TextCursor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Waqar Ahmed
requested to merge
work/textcursor-cleanup
into
master
May 08, 2023
Overview
8
Commits
1
Pipelines
3
Changes
3
Expand
inline line() and reuse lineInternal()
unexport the class
dont always remove the cursor from the block when setPosition is called. Instead check if the block has changed and only remove the cursor in that case.
remove unused methods
Merge request reports