Where does Notepad++ maintain its list of currently opened files?

前端 未结 6 1916
有刺的猬
有刺的猬 2021-02-19 08:40

I am using Notepad++ on my Windows machine and by mistake I opened a 64MB file. Now my Notepad++ is stuck permanently and I am not able to use it.

Is there any configura

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 09:16

    if your notepad++ have been installed.

    there must be in :

    %appdata%\Notepad++\session.xml

    %appdata% means by default:

    • if you're using windows 7
      C:\Users\{username}\AppData\Roaming

    • if you're using windows xp or older version)
      C:\Documents and Settings\{username}\Application Data


    if your notepad++ is portable

    there must be in :

    your notepad++ programs folder.


    the file for notepad++ portable or notepad++ installed is same:

    session.xml

提交回复
热议问题