helix/helix-view/src
Ivan Tham f5f46b1fed Separate document history into Cell
As history is used separately from the rest of the edits, separating it
can avoid needless borrowing and cloning. But one need to be aware later.
2021-06-02 23:47:50 +08:00
..
document.rs Separate document history into Cell 2021-06-02 23:47:50 +08:00
editor.rs Address clippy lint. 2021-05-17 23:01:45 +09:00
lib.rs Derive a separate ViewId type. 2021-03-24 14:03:20 +09:00
theme.rs clippy lint 2021-05-06 17:20:00 +09:00
tree.rs Render a separator between vertical splits. 2021-04-08 22:34:06 +09:00
view.rs View::new is infallible, so is editor.switch/new_file. 2021-05-07 14:45:49 +09:00