Lost code lines when Notepad++ crashed

前端 未结 9 1501
星月不相逢
星月不相逢 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:29

    When that option is enabled (and it is by default), Notepad++ keeps a backup copy of files you edit.

    You can find the backups in the directory %APPDATA%\Notepad++\backup under the format filename@datetime.

提交回复
热议问题