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 License.
Whats New: Changes in Notepad++ 5.1.3: 1. Add PostIt feature (F12 to toggle it). 2. Fix the bug that Unicode path file opened in the previous session doesn't be restored. 3. Fix nativeLang loading problem if Notepad++ location path contains Unicode characters. 4. Make shell extension context menu Unicode compliant. 5. Fix "Go to/Open in another instance" bug. 6. Process WM_IME_REQUEST message to support Windows IME. 7. Fix "Go to another view" translation coding error. 8. Adding search text on the top of combo box. 9. Fix Tidy installation problem for TextFX plugin. 10. Change the N++ recovery directory from c:\N++RECOV to %temp%\N++RECOV.