Notepad ++ doesn't save document on exit?

前端 未结 5 1080
一向
一向 2020-12-25 09:45

Situation:

Open a text file in n++, make some modification, press ALT-F4 or Close program. The N++ won\'t ask \"Do you want to save your changes\". Instead it quits

相关标签:
5条回答
  • 2020-12-25 10:13

    As an answer to your question, in the afore mentioned Settings => Preferences => Backup window, uncheck the "Remember current session for next launch" setting. Now you will be prompted to save any modified files when exiting.

    0 讨论(0)
  • 2020-12-25 10:23

    This is actually a great feature. First, Periodic backup is great it can prevent data lost when pc suddenly shutdown or crash.

    The feature: don't ask to save files is also great.

    For me, I opened a lot of files in notepad, also create a lot of tmp files(I don't want to save these tmp files, but it may be useful for x days), in previous version, when I close notepad++(reboot pc or install new version), it asks me whether save all these files. It's a nightmare.

    This feature helps me a lot.

    Also there is no data lost - all your data is still there after restart. So really nothing to complaint.

    0 讨论(0)
  • 2020-12-25 10:25

    Yeah - i also love this feature.

    If you turn on backup then it does an backup - which i dont want and need.

    My solution - Turn Backup on and use Custom Backup Directory As Directory use NUL

    Now its working like expected

    0 讨论(0)
  • 2020-12-25 10:34

    This facility is controlled via menu => Settings => Preferences => Backup.

    UnCHECK: "Enable Session Snapshot and Periodic Backup"

    Configuración / Preferencias / Backup Quitar CHECKS a Recordar la sesión actual en el próximo inicio

    0 讨论(0)
  • 2020-12-25 10:40

    New feature added in Notepad 6.6 for which the release notes say:

    The main feature of this release is Session snapshot & periodic backup. If this feature is enabled (enabled by default), user won't be asked to save unsaved file as he quits Notepad++, and on startup Notepad++ restores the unsaved file and unsaved untitled document of last session.

    This facility is controlled via menu => Settings => Preferences => Backup. For more details see also this section of the Notepad++ User Manual.

    0 讨论(0)
提交回复
热议问题