问题描述
计划外的系统重新启动后,我所有的Notepad ++临时(和未保存)选项卡都消失了.
After an unplanned system restart, all of my Notepad++ temp (and unsaved) tabs are gone.
将来如何避免这种情况?我不想用文件名明确地保存每个临时文件.
How can I avoid this in future?I don't want to have to save explicitly every single temp file with a file name.
是否有NP ++插件,每次编辑活动选项卡或每隔X分钟保存一次会话?
Is there a plugin for NP++, which saves my session every time I'm editing an active tab or every X minutes?
或者是否有与NP ++等效(且舒适)的编辑器,该编辑器会自动自动存储其会话?
Or is there an equivalent (and comfortable) editor to NP++, which autostores it's session automatically?
推荐答案
您可以在此处找到一个名为 AutoSave 的Notepad ++插件,用于自动保存文件:
You can find a Notepad++ plugin called AutoSave for autosaving your files here: https://sites.google.com/site/fstellari/nppplugins
它每分钟自动保存一次,但是它是可配置的,并且允许您选择仅保存当前文档还是保存所有打开的文档.
It autosaves every minute, but it's configurable, and allows you to choose to save only the current document or all open documents.
这篇关于记事本++是否有自动保存功能/插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!