Where are Notepad temp/unsaved .txt files located?
superuser.com
Since Windows 11 (or maybe earlier) Windows Notepad internally stores unsaved files so if the application (or Windows) crashes they will be still there later. For example, Notepad++ stores those temp
How to use Markdown in Notepad++ - Super User
superuser.com
I love writing in Markdown and would like to be able to write and preview Markdown content in Notepad++. Are there any WYSIWYG Markdown plugins for Notepad++?
Notepad++ en français [Résolu] - Logiciels - CommentCaMarche
forums.commentcamarche.net
Bonjour, J'ai téléchargé Notepad++ v3.1 depuis son site, ainsi que le fichier french.xml. Je l'ai copié dans le meme répertoire de notepad++, mais mon notepad++ est toujours en anglais. Que dois-je faire de plus? Merci d'avance
Notepad++ expand/collapse block with keyboard - Super User
superuser.com
My question is pretty straight-forward, is there a way in Notepad++ to expand and collapse blocks with keyboard shortcut? I already know about the alt+0 and alt+shift+0 to expand / collapse all blo...
How to set the default language in Notepad++ - Super User
superuser.com
I mostly use Notepad++ for dealing with XML files. It would be good if Notepad++ parsed and colorized my files based on the XML language when I open the files. Instead, I have to open the file, p...
Notepad "currently not available in my account" - Super User
superuser.com
Notepad used to be such a great tool: it was present in the System32 directory, so it was immediately available. When you opened it and there was even just one character, you needed to confirm or deny local saving in order for the program to terminate (which helped me get rid of a virus one day), but no, they needed to turn it into an "APP" with more "features", and now it's even regularly not ...
notepad++: How to reset all the setting to default ones?
superuser.com
I change settings a lot. Now, I think I've played with Notepad++ too much. Now how can I reset the settings ? btw, I don't want to uninstall, then install again. that's not so "superuser"-ish, right?
How can I reverse a line in Notepad++? - Super User
superuser.com
Is it possible to reverse a single line in Notepad++? Example: Hello world Would change to dlrow olleH Should I install a plugin for such functionality? UPDATE: I'd like to keep the clipboard...
notepad++ - Notepad delete duplicate lines - Super User
superuser.com
How do I delete duplicate lines in notepad++? I see some examples but many are many years old and solutions do not now work. Say I had: Example Example 1 1 3 Desired: Example 1 3 I do not appear...
How to automatically reload modified files in Notepad++
superuser.com
How can one automatically reload modified files in Notepad++? The confirmation step is annoying, and is completely unnecessary in some situations.