https://bugs.kde.org/show_bug.cgi?id=492869

Waqar Ahmed <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/ktexteditor/-/commit
                   |                            |/49e3eb49ca632cecc099f434e9
                   |                            |6182375fdf0279

--- Comment #5 from Waqar Ahmed <[email protected]> ---
Git commit 49e3eb49ca632cecc099f434e96182375fdf0279 by Waqar Ahmed.
Committed on 13/09/2024 at 06:31.
Pushed by waqar into branch 'master'.

Fix text insertion with multiple cursors at same position.

We can have 2 cursors at the same positions when there are two selections
that start/end at the same position. In such a case cursor positions are same
but selections are different. Thus text insertion needs to be handled
differntly. I have tried to match the behaviour of sublime/vscode for this.

M  +29   -0    autotests/src/multicursortest.cpp
M  +1    -0    autotests/src/multicursortest.h
M  +24   -5    src/document/katedocument.cpp
M  +11   -1    src/render/katerenderer.cpp
M  +4    -4    src/view/kateview.cpp
M  +6    -1    src/view/kateview.h

https://invent.kde.org/frameworks/ktexteditor/-/commit/49e3eb49ca632cecc099f434e96182375fdf0279

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to