CudaText: Multiple carets bug: incorrect text input while several line endings selected
Reproducing.
- 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
- fixing https://github.com/Alexey-T/CudaText/issues/4365 — committed to Alexey-T/ATSynEdit by Alexey-T 2 years ago
- fixing https://github.com/Alexey-T/CudaText/issues/4365#issuecomment-1245821079 — committed to Alexey-T/ATSynEdit by Alexey-T 2 years ago
- fixing https://github.com/Alexey-T/CudaText/issues/4365#issuecomment-1247909888 — committed to Alexey-T/CudaText by Alexey-T 2 years ago
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.