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

Holding down ctrl+s inserts DC3 characters #5178

Closed King-of-Kings-980 closed 1 month ago

King-of-Kings-980 commented 2 months ago

If you spam ctrl+s or just hold it down, Device Control 3 characters "" are inserted at the cursors position.

Not a big issue of course since you can just not do that...

hpwamr commented 2 months ago

Hello @King-of-Kings-980 ,

Which version of Notepad3 are you using? 🤔


Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_6.24.414.1_rc3.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.414.1_rc3_Setup" or newer, see the 2nd list in issue #1129.

King-of-Kings-980 commented 2 months ago

Which version of Notepad3 are you using? 🤔

Sorry, forgot to specify that: Notepad3 (x64) 6.24.309.1 rc3 (5f0e3fb2) Though the bug also occurs on the version you linked.

hpwamr commented 2 months ago

or just hold it down

Yes, I can reproduce it... 😏

2024-05-03_145645

hpwamr commented 2 months ago

Hello @RaiKoHoff , This issue started with Notepad3 (x64) 6.23.320.1 beta

[.320.1]- Add Lexer Verilog HDL.
[.320.1]- Update VHDL Lexer.
[.320.1]- Dialog windows with special system menu: add 'burger' symbol.
[.320.1]- Use relaxing default FileCheckInterval (2000[msec]).
[.320.1]- Refactoring: use background worker helper.
[.320.1]- Notification adjustment in case of externally deleted file.
[.320.1]- Min. FileCheckInterval 500msec, else notify immediately.
[.320.1]- Missing file path display name.
[.320.1]- "_beginthreadex_proc_type" correction for Win32(x86).
[.320.1]- Reactivate FileChangeInterval (used on dir changed notification too).
RaiKoHoff commented 1 month ago

Similar problem: https://github.com/oleg-shilo/cs-script.npp/issues/55

hpwamr commented 1 month ago

Hello @King-of-Kings-980 ,

Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_6.24.522.1_rc3.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.522.1_rc3_Setup" or newer, see the 2nd list in issue #1129.

Comments and suggestions are welcome... 😃

King-of-Kings-980 commented 1 month ago

Feel free to test the "BETA/RC PortableApps", version "_Notepad3Portable_6.24.522.1_rc3.paf" or newer, see in issue #1129. Also, feel free to test the "BETA/RC Setup", version "Notepad3_6.24.522.1_rc3_Setup_" or newer, see the 2nd list in issue #1129.

Looks like the issue is resolved now! Thanks.