Difference between revisions of "Notepad++"

From TheAlmightyGuru
Jump to: navigation, search
Line 6: Line 6:
 
* Dozens of macros (change case, sort lines, letter-number sorting, etc.)
 
* Dozens of macros (change case, sort lines, letter-number sorting, etc.)
 
* Powerful searching, including find, replace, count, find in folder, etc.
 
* Powerful searching, including find, replace, count, find in folder, etc.
* Support for various codepages and conversion between them, and Macintosh/Microsoft/UNIX line break support.
+
* Support for various codepages, including Unicode, and conversion between them, and Macintosh/Microsoft/UNIX line break support.
 
* Color syntaxing for dozens of programming languages.
 
* Color syntaxing for dozens of programming languages.
 
* Plugin support for many additional tools.
 
* Plugin support for many additional tools.

Revision as of 16:56, 5 October 2018

Notepad++.

Notepad++ is a free cross-platform full-featured text editor and the one I primarily use. Some of its many features include:

  • Built-in spellcheck.
  • Dozens of macros (change case, sort lines, letter-number sorting, etc.)
  • Powerful searching, including find, replace, count, find in folder, etc.
  • Support for various codepages, including Unicode, and conversion between them, and Macintosh/Microsoft/UNIX line break support.
  • Color syntaxing for dozens of programming languages.
  • Plugin support for many additional tools.

Notes

Turn Off Session Memory

By default, Notepad++ remembers the documents you've opened across sessions which requires you to have to manually close them or they will continue to reopen with each subsequent use (or fail to open and pop a warning when no longer exist). I do not like this feature, but it isn't obvious in the settings where to turn it off. There is a section called Recent File History, but this only applies to recent files listed in the File menu. To prevent Notepad++ from keeping files open across sessions, go into Settings -> Preferences -> Backup, and uncheck "Remember current session for next launch."

Turn On Auto Update Changed Files

If you have a file open in Notepad++, and it is modified by an external source, Notepad++ will pop a dialog asking if you want to refresh it. I prefer to have Notepad++ automatically refresh modified files. To turn on this feature, go into Settings -> Preferences -> MISC. -> and check Enable and Update silently.

Links