mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
265608a3d8
* auto save after delay * configable * clearer names * init * working with some odd behaviour * working with greater consistency * Apply reviewer suggestions - Remove unneccessary field - Remove blocking save * 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 ``` * Remove boilerplate and unnecessary types * Remove more useless types * Update docs for auto-save.after-delay * Fix wording of (doc) comments relating to auto-save * book: Move auto-save descriptions to separate section --------- Co-authored-by: Miguel Perez <miguelvojito@gmail.com> Co-authored-by: Miguel Perez <perezoji@cs.fsu.edu> |
5 months ago | |
---|---|---|
.. | ||
handlers | 9 months ago | |
base64.rs | 2 years ago | |
clipboard.rs | 6 months ago | |
document.rs | 6 months ago | |
editor.rs | 5 months ago | |
events.rs | 10 months ago | |
graphics.rs | 6 months ago | |
gutter.rs | 7 months ago | |
handlers.rs | 5 months ago | |
info.rs | 1 year ago | |
input.rs | 10 months ago | |
keyboard.rs | 2 years ago | |
lib.rs | 10 months ago | |
macros.rs | 2 years ago | |
register.rs | 6 months ago | |
theme.rs | 1 year ago | |
tree.rs | 6 months ago | |
view.rs | 8 months ago |