Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment. This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program), is under the GPL Licence.
Notepad++ v4.8.2 fixed bugs and added features (from v4.8.1) :- Fix unicode input problem for non-western language.
- Add the capacity (behaviour) of keeping line highlighting even when Notepad++ loss its focus.
- Fix missing fonts problem in font list of Stylers configurator.
- Fix the hot key problem : make Alt+f+s work again.
- Fix the hardware problem : make keyboard commands (such as "e-mail", "calculator", "sound", ...) works again.
Read full story...

More...