-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Persistent Undo #5608
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
Closed
Closed
Persistent Undo #5608
Changes from 16 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
60c6baa
implement workspace locking per instance
kirawi ce14c55
implement serializing/deserializing undo history
kirawi 6d73215
implement workspace commands
kirawi 95a6b7b
inline workspace commands
kirawi eb7c7eb
run `cargo xtask docgen`
kirawi 859f73e
close buffer after checking if the saved state
kirawi 1b0f1ad
rebase on top of master
kirawi 103eb68
arc
kirawi 8f34005
change test
kirawi 7a0179c
remove workspace mod
kirawi 2854dae
remove typed commands
kirawi 9a3aa57
remove command refs
kirawi 860c3e9
clippy
kirawi e61256f
cleanup
kirawi 8e1f411
remove flock
kirawi 1243eeb
improve unit test
kirawi 5259da2
create undo directory if it doesn't exist
kirawi 9dd7597
don't reload history
kirawi 9f0f7a2
add to book
kirawi c4aa3b8
improve quickcheck test
kirawi 2c343a7
figure out last child in memory
kirawi d8be1aa
append history if possible
kirawi b49fa5f
update test
kirawi b83fb40
update integration
kirawi 251bc4c
reload history with reload command
kirawi 7140e6a
remove libc dependency
kirawi ca3948d
delete file
kirawi bbf41d2
write reload unit test
kirawi 8a60b79
add merge test
kirawi cf81ab7
reload histories if persistent_undo is dynamically enabled
kirawi cea1fe5
address clippy
kirawi 5dd2ad0
report error if reload fails
kirawi e5ea16b
wip
kirawi c2e54de
wip
kirawi 0d36a78
wip
kirawi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.