Notepad++ and Large Text Files

Notepad++ is a popular open source editor for text files (TXT, HTML, CSV, XML, etc.), which can be downloaded from
http://notepad-plus-plus.org/.

One issue with Microsoft Window’s editor Notepad is that it will automatically wrap data for files wider than 1024 characters. This is true even if Word Wrap is not set on the Format menu. Notepad++ does not have this limitation, To view the file in its correct column width, make certain Word Wrap is not selected on the View menu in Notepad++.

Windows Notepad will also perform poorly with large text files, or may not load them at all. Microsoft recommends using another editor to edit files larger than 45 KB. Notepad++ generally can handle these larger text files, up to about 800 MB or so. For frequent use of very large text files (1 GB or more), you may wish to purchase commercial software such as Ultra Edit. Another option is to import a large text file into a database table, using a database engine like SQL Server.

NotepadPlusPlus

On startup, Notepad++ will automatically load the last file used in memory. To turn off this feature, select Settings >> Preferences >> Misc. Tab. “Remember current session for next launch” should be unchecked.

NotepadPlusPlusLastSession

Notepad++ can also record and play macros. It can also repeat a macro multiple times. It can can be customized to show coding syntax for various programming languages, and show or hide hidden characters such as line feeds.