aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/history.rs
Commit message (Expand)AuthorAge
* Add hyperlinks to fix `cargo doc` warn (#931)Omnikar2021-10-29
* Document more of helix-core (#904)Kirawi2021-10-25
* Fix all remaining warnings in helix-core except for two.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-core, and fix unused imports.Nathan Vegdahl2021-07-02
* Add :earlier and :later commands that can be used to navigate the full edit h...Jakub Bartodziej2021-06-11
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Separate document history into CellIvan Tham2021-06-02
* doc: Be smarter about calculating modified status.Blaž Hrastnik2021-05-03
* Fully drop State references.Blaž Hrastnik2021-03-31
* clippy lintBlaž Hrastnik2021-03-24
* Make Transaction::change only rely on the rope.Blaž Hrastnik2021-03-18
* Cleanup: use doc.selection() instead of doc.state.selection().Blaž Hrastnik2021-03-14
* Fix undo/redo not updating the syntax tree.Blaž Hrastnik2020-12-03
* history.redo()Blaž Hrastnik2020-10-13
* Undo tree draft.Blaž Hrastnik2020-10-13