Notepad++ 8.8.1
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.
Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.
Notepad++ v8.8.1 changelog:
- Fix ShortcutMapper regression (from v8.7.6) of displaying wrong shortcut while editing. (Fix #16491)
- Fix Find in files progress bar visual regression (from v8.8). (Fix #16504)
- Fix search result cut off result content due to nul characters ('\0'). (Fix #6281, #15216, #16466)
- Add Locale-based line sort feature. (Fix #13456, #927, #8481, #11261, #16406, #16409)
- Enable selection history for undo & redo. (Fix #16488)
- Fix plugins removal failure issue (fixed in WinGUp).(Fix #16364, #15673, #11819, #9148, WinGUp #82)
- Fix tab settings for external lexers cannot be saved issue. (Fix #16460)
- Add ErrorList syntax highlighting. (Fix #16437, #8078)
- Fix disabled Paste command with no previous text-data in clipboard. (Fix #16456)
- Fix wrong directory opened for opening files issue. (Fix #16465)
- Improve Find dialog look & feel (more space).