-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Auto Save All Buffers After A Delay #10899
Merged
pascalkuthe
merged 13 commits into
helix-editor:master
from
hw0lff:auto-save-after-delay
Jun 10, 2024
Merged
Auto Save All Buffers After A Delay #10899
pascalkuthe
merged 13 commits into
helix-editor:master
from
hw0lff:auto-save-after-delay
Jun 10, 2024
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc0fb5f - Browse repository at this point
Copy the full SHA fc0fb5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca4f1b - Browse repository at this point
Copy the full SHA 3ca4f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d1921 - Browse repository at this point
Copy the full SHA 38d1921View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa50121 - Browse repository at this point
Copy the full SHA fa50121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 345b72a - Browse repository at this point
Copy the full SHA 345b72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ba8d2 - Browse repository at this point
Copy the full SHA 54ba8d2View commit details -
- Remove unneccessary field - Remove blocking save
Configuration menu - View commit details
-
Copy full SHA for 6a78f70 - Browse repository at this point
Copy the full SHA 6a78f70View commit details -
Improve auto-save configuration
Auto save can be configured to trigger on focus loss: ```toml auto-save.focus-lost = true|false ``` and after a time delay (in milli seconds) since last keypress: ```toml auto-save.after-delay.enable = true|false auto-save.after-delay.timeout = [0, u64::MAX] # default: 3000 ```
Configuration menu - View commit details
-
Copy full SHA for aad895f - Browse repository at this point
Copy the full SHA aad895fView commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b130b4c - Browse repository at this point
Copy the full SHA b130b4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf7389f - Browse repository at this point
Copy the full SHA cf7389fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8d8d5 - Browse repository at this point
Copy the full SHA 0a8d8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a221f7 - Browse repository at this point
Copy the full SHA 5a221f7View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c28c2a1 - Browse repository at this point
Copy the full SHA c28c2a1View commit details
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.