Notepad++
Updated: 05/16/2020 by Computer Hope
Sometimes called NPP, Notepad++ is a free text editor for Microsoft Windows that provides additional features not found in the standard Windows text editor, Notepad. It was released by developer Dan Ho on November 24, 2003, and is still in active development.
Notepad++ is specially designed for editing source code. The "++" refers to the increment operator in programming languages such as C, C++, Java, and JavaScript.
Notepad++ is useful when making significant changes to a text file.
Notepad++ features
- Edit text files up to 2 GB (the maximum size in Windows Notepad is 58 MB).
- Edit multiple files, organized in tabs.
- Line numbering.
- Syntax highlighting for over 70 programming languages, including HTML (hypertext markup language) and Windows batch files.
- Advanced find and replace, with support for regular expressions.
- Create and edit text files for different operating systems, including macOS and Linux.
- Split-screen for editing and viewing multiple files at once or multiple parts of the same file.
- Macros for recording a sequence of editing commands to be executed repeatedly.
- Support for lines to have bookmarks.
- A plugin system for adding features to the software.