About 37,800 results
Open links in new tab
  1. Where are Notepad temp/unsaved .txt files located? - Super User

    Sep 19, 2024 · 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++ …

  2. Open two instances of Notepad++ - Super User

    May 21, 2017 · PITFALL: tabs in the windows open with Alt-6 are not backed up. Only the method with -multiInst (see another answer) results in a window whose tabs are backed up (except tabs with the …

  3. How can I view two files side by side in Notepad++?

    Jun 7, 2018 · I would like to split the Notepad++ window so that I can edit two files side by side. How can I do this in Notepad++?

  4. Want two instances (Windows) of Notepad++ - Super User

    Feb 12, 2013 · My recommendation if you want to have two notepad++s open at the same time: Open two windows inside of one notepad++ and drag one of the those windows by clicking the tap (what …

  5. How to style text in Notepad++ - Windows 10 Forums

    Mar 19, 2023 · I know Notepad++ can do it and I saw it in a text file who's code was Python I think it was. The bottom line here is that it's based on the type of code set in the Style Configuration in …

  6. Notepad++ find and replace string with a new-line - Super User

    Some background: "\r\n" is the escape code for carriage-return, the standard for new lines in Windows. Unix-style systems use simply \n (newline). Most IDEs, Notepad++ included, will understand both …

  7. How can I start Notepad++ in Windows 11 using the new context menu?

    Jun 28, 2022 · Windows 11 is using a new context menu and while this is a good thing in most cases, it would be great to get access to a few chosen commands. For example Notepad++.

  8. How do I start Notepad++ from cmd? - Super User

    Feb 2, 2015 · I can start the regular Notepad from cmd. C:\\Windows>notepad I can also start it from the run prompt. Win+R notepad Enter I want to be able to do the same with the Notepad++. I can …

  9. Notepad++ 3 Views (windows) open? - Super User

    In Notepad++ i'm familiar with opening files into new views (Move to Other View). This opens a second window which files can open in. Is there a way to open a 3rd view?

  10. How to make Notepad++ open each file in new window?

    Oct 22, 2010 · I added the switches -nosession and -multiInst so that when I open up Notepad++ from the start menu, it re-opens my session files. But opening a file from explorer opens in a new window, …