Notepad++ is a free source code editor which supports several programming languages running under the MS Windows environment. This project, based on Scintilla edit component (a very powerful editor component) are 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.
Changelog:
- Fix the crash issue regarding the docking feature.
- Fix the crash issue for Find in files feature.
- Fix the crash issue while pressing close button in Windows dialog (menu Window->windows...).
- Fix the bug that the docked dialog can not be resized by dragging splitter under w98.