https://bugs.kde.org/show_bug.cgi?id=416022
--- Comment #1 from Dominik Haumann <dhaum...@kde.org> --- Implementation hint: In kateviewinternal.cpp, there is a CalculatingCursor, see: https://github.com/KDE/ktexteditor/blob/master/src/view/kateviewinternal.cpp#L887 This CalculatingCursor supports basic text navigation. From this class, other classes are derived, e.g. the BoundedCursor, or the WrappingCursor. To fix this, one could either derive a new Cursor with the desired behavior, or add a switch to the other existing cursor classes. -- You are receiving this mail because: You are watching all bug changes.