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

Remove Duplicate Lines(Ctrl+Alt+D), still with error #5139

Closed sunflower-guy closed 3 months ago

sunflower-guy commented 4 months ago

Hi Team,

version: Notepad3 (x64) 6.24.302.2 rc2

test.txt

20240304093939

scenario: as the screenshot, by accident, noticed: 1 rows chars, 1st time Remove Duplicate Lines(Ctrl+Alt+D), still got duplicate lines->then 2nd time Remove Duplicate Lines(Ctrl+Alt+D), finally got NO duplicate lines;

question: why it needs more than 1 time to remove duplicate lines for this command?

expectation: Remove Duplicate Lines(Ctrl+Alt+D), function well as designed/expected: 1 time to make it.

Thanks for the consideration & possible optimisation.

hpwamr commented 4 months ago

@RaiKoHoff ,

Hereunder is the same operation done by VSCode and NP++

2024-03-05_101007

hpwamr commented 3 months ago

Remove Duplicate Lines(Ctrl+Alt+D), function well as designed/expected: 1 time to make it.

Hello @sunflower-guy ,

Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_6.24.307.1_rc2.paf" or newer, see in issue #1129.

"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.

Also, feel free to test the "BETA/RC Setup", version "Notepad3_6.24.307.1_rc2_Setup" or newer, see the 2nd list in issue #1129.

Comments and suggestions are welcome... 😃

sunflower-guy commented 3 months ago

tested & fixed, thanks for your prompt rely and fix. @hpwamr @RaiKoHoff