helix-mods/helix-view/src
Michael Davis e16c632760
Apply transactions to the jumplist for undo/redo (#4227)
Undo/redo/earlier/later call `Document::apply_impl` which applies
transactions to the document. These transactions also need to be
applied to the view as in 0aedef0.
2022-10-13 00:57:40 +09:00
..
handlers Make external terminal provider configurable 2022-08-22 10:11:04 +09:00
clipboard.rs One more windows fix... 2022-08-22 10:29:11 +09:00
document.rs Apply transactions to the jumplist for undo/redo (#4227) 2022-10-13 00:57:40 +09:00
editor.rs Add cursorcolumn (#4084) 2022-10-09 03:28:42 +09:00
graphics.rs Fix LF line-endings (#3316) 2022-08-03 07:53:57 -05:00
gutter.rs Make mode editor-wide rather than per-document 2022-09-01 16:14:38 +09:00
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2022-10-11 15:47:11 +09:00
input.rs Propagate idle timeout event to components (#3172) 2022-10-11 09:10:01 +09:00
keyboard.rs Update to crossterm-0.25 (#3390) 2022-08-22 10:29:30 +09:00
lib.rs Add a helper function for applying transactions 2022-10-11 12:17:32 +09:00
macros.rs Expand doc/view macros to allow fetching specific id 2022-09-03 12:36:06 +09:00
theme.rs Add cursorcolumn (#4084) 2022-10-09 03:28:42 +09:00
tree.rs Fix cargo doc warnings, and add GitHub action to ensure it (#3650) 2022-09-03 09:58:16 -05:00
view.rs Add View::apply for adjusting jumplist ranges 2022-10-11 12:17:32 +09:00