aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src
Commit message (Expand)AuthorAge
...
* transaction: Merge consecutive inserts on compose.Blaž Hrastnik2021-02-15
* fix testBlaž Hrastnik2021-02-15
* Finally: Retain horizontal position when moving vertically.Blaž Hrastnik2021-02-12
* simplify.Blaž Hrastnik2021-02-05
* commands: Implement select_on_matches.Blaž Hrastnik2021-01-22
* nix: include rust-src so rust-analyzer works correctly.Blaž Hrastnik2021-01-19
* indent: Fix edge cases, refactor test.Blaž Hrastnik2021-01-10
* Address clippy lints.Blaž Hrastnik2021-01-08
* indent: refactor logic to be more correct.Blaž Hrastnik2021-01-08
* wipBlaž Hrastnik2020-12-03
* Text change generation, RPC call handling.Blaž Hrastnik2020-12-03
* Introduce Selection::point.Blaž Hrastnik2020-12-03
* Simplify old_state handling.Blaž Hrastnik2020-12-03
* Fix undo/redo not updating the syntax tree.Blaž Hrastnik2020-12-03
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
* state.version trackingBlaž Hrastnik2020-12-03
* Total mess but it works: diagnostic marking.Blaž Hrastnik2020-12-03
* Reroute LSP notification events into the main app event loop.Blaž Hrastnik2020-12-03
* Move theme from view to editor, support multiple views in editor.Blaž Hrastnik2020-12-03
* BugfixBlaž Hrastnik2020-10-16
* added move left&right, delete charJan Hrastnik2020-10-16
* moved prompt command matching to prompt.rsJan Hrastnik2020-10-16
* modified editor.render() to prepare for command mode renderingJan Hrastnik2020-10-16
* wipBlaž Hrastnik2020-10-15
* Auto-indent on enter based on tree-sitter scopes.Blaž Hrastnik2020-10-14
* Share tab width definitions.Blaž Hrastnik2020-10-14
* Validate compose len after applying a is same as before applying b.Blaž Hrastnik2020-10-14
* Fix overlapping (insert | delete) composeBlaž Hrastnik2020-10-14
* Fix compose not merging certain changesets correctly.Blaž Hrastnik2020-10-14
* Indent draft, linewise pasteBlaž Hrastnik2020-10-13
* Don't try to compose zero-width deletes.Blaž Hrastnik2020-10-13
* Simplify changeset tracking.Blaž Hrastnik2020-10-13
* CleanupBlaž Hrastnik2020-10-13
* Simple yank/paste registers.Blaž Hrastnik2020-10-13
* Fix changeset composition, lengths don't have to match.Blaž Hrastnik2020-10-13
* Hacky undo/redo integration.Blaž Hrastnik2020-10-13
* history.redo()Blaž Hrastnik2020-10-13
* Split on matches off by one, breaks tests again.Blaž Hrastnik2020-10-13
* Undo tree draft.Blaž Hrastnik2020-10-13
* Drop Coords.Blaž Hrastnik2020-10-07
* started work on goto modeJan Hrastnik2020-10-04
* Fix transaction.invert()/.apply() using byte counts instead of char counts.Blaž Hrastnik2020-10-04
* Implement Transaction::invert.Blaž Hrastnik2020-10-02
* Fix cursor rendering & placement on append mode.Blaž Hrastnik2020-10-01
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
* Fix test, break split + appendBlaž Hrastnik2020-09-29
* clippy warningsBlaž Hrastnik2020-09-29
* Simplify line ending calculation.Blaž Hrastnik2020-09-29
* Clamp character movement to line.Blaž Hrastnik2020-09-28
* Split selection on regex, fix InputEdit generation.Blaž Hrastnik2020-09-28