Lost code lines when Notepad++ crashed

前端 未结 9 1496
星月不相逢
星月不相逢 2020-12-04 10:56

I was working on a .js file this morning on Notepad++, as usual, when the program just crashed. So I ended it, and re-opened it to see that all my code lines in my .js file,

9条回答
  •  醉酒成梦
    2020-12-04 11:30

    I lost four unsaved files when my Notepad++ crashed, I searched through net and found another way to retrieve unsaved files other than backup folder

    C:\Users\{username}\AppData\Roaming\Notepad++\backup

    Hope it can help others who face the same problem as me. You can try to locate the dump files at

    C:\Users\{username}\AppData\Local\Temp\N++RECOV

    There will be .dump file inside, this is where I found my unsaved files. You can open the dump file with Notepad++, and see your unsaved works.

提交回复
热议问题