Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session snapshot and periodic backup #2665

Closed
veringsek opened this issue Oct 29, 2021 · 3 comments
Closed

Session snapshot and periodic backup #2665

veringsek opened this issue Oct 29, 2021 · 3 comments

Comments

@veringsek
Copy link

Describe your feature request

Session snapshot and periodic backup is a feature in Notepad++, with which users can close the app without saving files, yet, the changes will be restored when the app is started again.

When enabled, the app save a snapshot to a given path for every n seconds, where n is configurable. Once the app is started, it will check the backup folder to see if any snapshot exists, if so, automatically opens those files, restores backup contents, and marks those tabs as unsaved.

What problem does this feature solve? [optional]

With this feature, users can quickly take notes by starting-typing-closing, also, works can be restored if some accidents happen so the app is terminated before they save.

@tehmasterer
Copy link

tehmasterer commented Oct 29, 2021

+1.

This is the reason I stuck with Notepad++ for so long. I recently moved VS Code which has the same feature built-in and turned on by default.

If Mark Text adds this I would switch in a heartbeat.

@plum
Copy link

plum commented Jan 10, 2022

+1
A session might contain opened files form the default folder and others from without the default folder. snap shot of such a state would permit swift return to the session, even after a week.

There could be no downside, unless for some reason a user wishes to start with a blank session. In that case, a preference could take care of that, according to need. An alternative would be to have more than one session, with names.

@DYH-Hong
Copy link

Possible dup of #1274 and #988

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants