Notepad++ v8.9.4 Release Candidate
-
Notepad++ 8.9.4 Release Candidate is available here:
https://github.com/donho/notepad-plus-plus/releases/tag/ReleaseCandidateNotepad++ v8.9.4 crash-fixes, bug-fixes & new improvements:
- Fix crashes in FindInFiles when nativeLang.xml’s “find-result-hits” contains “%s”. (Fix #17960)
- Fix drop-file crash when file path length reaches 259 characters. (Fix #17921)
- Update to Scintilla 5.6.1 & Lexilla 5.4.8. (Fix #17920, #17864, #13522, #11746)
- Fix EOL conversion to Windows format not working (Scintilla update related). (Fix #17920)
- Fix rendering corruption in .bat files (Lexilla update related). (Fix #17864)
- Fix quote escaping causing incorrect JSON syntax highlighting (Lexilla update related). (Fix #11746, #13522)
- Fix MSI installation error due to context menu item registration. (Fix #17918)
- Fix NSIS installation stalling caused by context menu registration issue. (Fix #17308, #17885)
- Add NPP_LANG property to install a specific localization file for MSI. (Fix issue reported in comment)
- Fix minimized window not restoring in administrator mode. (Fix #17945)
- Fix Unicode search mismatching ANSI character ‘?’. (Fix #17125)
- Fix Column Editor regression with empty fields. (Fix #17912)
- Fix floating dialog content not displaying in certain situations. (Fix #17563)
- Fix visual glitch when toggling group view in Document List. (Fix #14285)
- Support improved C++ 11 raw string literal handling. (Fix #17875)
- Fix visual glitch in the Mark dialog. (Fix #16084, #17886)