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.
helix/helix-view/src
Charlie Groves 7e29ee6dae
Autosave all when the terminal loses focus (#3178)
* Autosave all when the terminal loses focus

* Correct comment on focus config

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Need a block_try_flush_writes in all quit_all paths

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
..
handlers feat(csharp,debug): add C# debugger support (#4213) 2 years ago
clipboard.rs Fix multi byte auto pairs (#4024) 2 years ago
document.rs simplify encoding test macro (#4385) 2 years ago
editor.rs Autosave all when the terminal loses focus (#3178) 2 years ago
graphics.rs adress review comments 2 years ago
gutter.rs make underline_style a seperate option 2 years ago
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2 years ago
input.rs Propagate idle timeout event to components (#3172) 2 years ago
keyboard.rs Update to crossterm-0.25 (#3390) 2 years ago
lib.rs Add a helper function for applying transactions 2 years ago
macros.rs Expand doc/view macros to allow fetching specific id 2 years ago
theme.rs Merge pull request #4061 from pascalkuthe/undercurl-modifier 2 years ago
tree.rs Fix cargo doc warnings, and add GitHub action to ensure it (#3650) 2 years ago
view.rs Add View::apply for adjusting jumplist ranges 2 years ago