Notepad++ text editor is really a good choice when you want to working on multiple text files at a time, even if you do not save the files on a tab they are not lost like Windows Notepad when you close Notepad++ editor without saving.
You can find the unsaved temp Notepad++ files by browsing to C:\Users\User-Name\AppData\Roaming\Notepad++\backup backup folder. This folder will have all text files saved as tab-name@timestamp example: new 1@2020-06-28_002515

Notepad++ Unsaved temp files and location
You can simply open the files by Right click -> Edit in Notepad++, or when you simply open Notepad++ you should see them!
More Posts related to NotepadPlusPlus,
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
More Posts:
- JavaScript: Count Words in a String - JavaScript
- List of 60 useful FTP Client Commands to access server - FTP
- Spell check not working in Gmail : Mac OS X - Mac-OS-X
- MySQL Error :1007 SQLSTATE: HY000 (ER_DB_CREATE_EXISTS) Message: Can't create database '%s'; database exists - MySQL
- Add imports in eclipse shortcut key combinations - Eclipse
- Disable jQuery button after being click - jQuery
- Install specific JRE on Ubuntu using apt - Ubuntu
- Parsing CSV file using Java code example (Comma Separated File) - Java