CudaText: Multiple carets bug: incorrect text input while several line endings selected

Reproducing.

  1. Input this text and select first line ending ([…] - begin and end of selection)
aaa[
]bbb
ccc
ddd

Apply 2 times menu command Selection → Add next occurrence of selected word

aaa[
]bbb[
]ccc[
]ddd

Press X Was:

aaaX[]bbbXcccXddd
    []

Press Y

aaaXY[]bbbXcccXddd
    Y[]

Expected:

aaaXY[]bbbXY[]cccXY[]ddd

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (14 by maintainers)

Commits related to this issue

Most upvoted comments

Cud had documented True default for “key_left_right_wrap_with_carets” but code had the False! wrong default.json! fixed. you can change the “key_left_right_wrap_with_carets” just now and your issue will be fixed.

Here is Win64 beta http://uvviewsoft.com/c/

Confirmed.