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

[PROPOSAL] Save temp file, so you can recover from it in case of crashes #575

Open
raffaem opened this issue Jan 31, 2022 · 1 comment
Open

Comments

@raffaem
Copy link

raffaem commented Jan 31, 2022

The vast majority of editors periodically save a copy from time to time in a temporary file, so that in case the application crashes (for example, if it crashes when the user click "Save"), he will not lose his work.

Apparently ReText doesn't, and even it crashes, the user will lose its work.

It would be useful for ReText to write the changes to a temporary file (maybe in the same folder of the original file) from time to time, so you can recover from errors.

@raffaem raffaem changed the title [PROPOSAL] Save temp file [PROPOSAL] Save temp file, so you can recover from it in case of crashes Jan 31, 2022
@hydrargyrum
Copy link

#593 is another (less involved) option for not losing work in case of error

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

2 participants