Difference between revisions of "Notepad++"

From TheAlmightyGuru
Jump to: navigation, search
(Reviews)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Image:Notepad++.png|thumb|256x256px|Notepad++.]]
 
[[Image:Notepad++.png|thumb|256x256px|Notepad++.]]
  
'''Notepad++''' is a free open-source full-featured text editor for [[Windows]], and the one I primarily use. Some of its many features include:
+
'''Notepad++''' is a free full-featured text editor for [[Windows]], 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.)
 
* 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, including Unicode, 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 like a spell checker.
 +
 
 +
==Reviews==
 +
===Good===
 +
* The program has a lot of wonderful features.
 +
 
 +
===Bad===
 +
* New updates frequently break compatibility with any installed plugins and turn them off or stop them from working. This requires you to have to wait for the plugin creator to fix them and send out updates which you have to install and reactivate.
 +
* The spell checker plugin, even though it's integrated directly into the program, seems to get broken after every update and needs to be manually fixed.
 +
* By default, when you open the program, it re-opens every document you've ever opened with it. You have to manually close each document to prevent this. Thankfully, there is an option turning off this bizarre feature.
 +
 
 +
===Ugly===
 +
* Nothing.
  
 
==Notes==
 
==Notes==
Line 18: Line 29:
  
 
==Links==
 
==Links==
* [https://notepad-plus-plus.org notepad-plus-plus.org] - Official page.
+
{{Link|Wikipedia|https://en.wikipedia.org/wiki/Notepad%2B%2B}}
* [https://en.wikipedia.org/wiki/Notepad%2B%2B en.wikipedia.org/wiki/Notepad%2B%2B] - Wikipedia.
+
{{Link|Official|https://notepad-plus-plus.org}}
  
  
Line 26: Line 37:
 
[[Category: Useful Software]]
 
[[Category: Useful Software]]
 
[[Category: Windows Software]]
 
[[Category: Windows Software]]
 +
[[Category: Free Software]]
 +
[[Category: Open Source Software]]

Revision as of 15:55, 18 June 2019

Notepad++.

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

  • 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 like a spell checker.

Reviews

Good

  • The program has a lot of wonderful features.

Bad

  • New updates frequently break compatibility with any installed plugins and turn them off or stop them from working. This requires you to have to wait for the plugin creator to fix them and send out updates which you have to install and reactivate.
  • The spell checker plugin, even though it's integrated directly into the program, seems to get broken after every update and needs to be manually fixed.
  • By default, when you open the program, it re-opens every document you've ever opened with it. You have to manually close each document to prevent this. Thankfully, there is an option turning off this bizarre feature.

Ugly

  • Nothing.

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 they 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

Link-Wikipedia.png  Link-Official.png