Difference between revisions of "Notepad++"

From TheAlmightyGuru
Jump to: navigation, search
Line 9: Line 9:
 
===Turn On Auto Update Changed Files===
 
===Turn On Auto Update Changed Files===
 
Settings -> Preferences -> MISC. -> check Enable and Update silently.
 
Settings -> Preferences -> MISC. -> check Enable and Update silently.
 +
 +
==Links==
 +
* [https://notepad-plus-plus.org notepad-plus-plus.org] - Official page.
 +
 +
 +
[[Category: Software]]
 +
[[Category: Document Software]]
 +
[[Category: Useful Software]]

Revision as of 13:25, 28 August 2018

Notepad++.

Notepad++ is a free feature-full text editor.

Notes

Turn Off Session Memory

By default, Notepad++ remembers the documents you've opened across sessions, and requires you to manually close them or they will continue to reopen with each subsequent use. 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

Settings -> Preferences -> MISC. -> check Enable and Update silently.

Links