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

Zed should preserve file undo history when it's closed and opened again #23164

Closed
1 task done
polina4096 opened this issue Jan 15, 2025 · 0 comments
Closed
1 task done
Labels
duplicate Additional reports of an existing issue

Comments

@polina4096
Copy link

Check for existing issues

  • Completed

Describe the feature

In all other IDEs, if you:

  1. open a file, make an edit
  2. save the file and close it
  3. reopen the file

it's possible to undo the edit which was made.

Unfortunately, that does not match current Zed behavior, which loses all history upon file reopen. I propose that Zed should match the expected behavior and preserve undo history for all files for at least the current session, which means it should not lose the undo history when the file is closed.

Should be quite a simple fix, at least to preserve the history only for the current session.

Zed Version and System Specs

Zed: v0.168.3 (Zed)
OS: macOS 15.3.0
Memory: 36 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@notpeter notpeter added duplicate Additional reports of an existing issue and removed feature [core label] triage labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Additional reports of an existing issue
Projects
None yet
Development

No branches or pull requests

3 participants