aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/history.rs
Commit message (Expand)AuthorAge
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* Fix transaction composition order in History::changes_since (#4981)Michael Davis2022-12-03
* Use lowest common ancestor search in History::changes_sinceMichael Davis2022-11-29
* Follow parent links when calculating changes since a revisionMichael Davis2022-11-24
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Improve Readability (#2639)Ryan Russell2022-06-01
* fix typos (#2304)chunghha2022-04-27
* Fix Clippy lints in tests (#1563)Omnikar2022-01-23
* Add movement shortcut for history (#1088)Ivan Tham2021-11-14
* minor: Import Range tooBlaž Hrastnik2021-11-14
* Implement "Goto last modification" command (#1067)ath32021-11-14
* 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