rizonesoft / Notepad3

Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:
https://www.rizonesoft.com/downloads/notepad3/
Other
4.79k stars 322 forks source link

Ctrl+Shift+D deleting the penultimate line also merges two lines #5150

Open Rangi42 opened 3 months ago

Rangi42 commented 3 months ago

Version: Notepad3 (x64) 6.24.309.1 rc3

Open a new window, and type these lines:

aaa
bbb
ccc
ddd

Put the cursor anywhere on the ccc line and press Ctrl+Shift+D.

What I expect:

aaa
bbb
ddd

What I get:

aaa
bbbddd

This happens with both LF and CR+LF line ending settings.

hpwamr commented 3 months ago

What I get:

aaa
bbbddd

I confirm, it's a very old bug. 🤔

This bug started with version: Notepad3 6.23.502.1 beta

In addition:

2024-03-10_225107

2024-03-10_225624

2024-03-11_065806

hpwamr commented 9 hours ago

Hello @RaiKoHoff ,

This case is NOT resolved. 😬

2024-03-11_065806