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 while saving settings on quit.
- Fix the crash issue while using the command line with one launched Notepad++ instance.
- Enhance Find in files feature :
- Improve Find in files user interface (more intuitive).
- The search result (also for find in all opened files) is docked on the bottom of Notepad++.
- Recursive search is optional.
- Search result is collapsable by file.
- User defined keywords for search result.
- Add tabbing interface in Find dialog : Find/Replace/Find in files
- Add clickable URL http link feature (double click to trigger).
- Add cmake language support.
- Add mark all without launching Find dialog (Ctrl+M).
- Fix the ROFL (Recent Opened File List) bug : try to open a non-existing file from ROFL, the full file path doesn"t be removed from ROFL.
- Enhance the backup feature : in verbose mode, the file will be backed up in .nppBackup directory.
- Update Scintilla component to v1.73