aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
...
* 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
* Extend selection commands.Blaž Hrastnik2020-09-28
* Move-by-word commands: w, b, e.Blaž Hrastnik2020-09-24
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
* Command needs access to view information for certain changes.Blaž Hrastnik2020-09-19
* Range based highlight_iter. Only works on limiting the start right nowBlaž Hrastnik2020-09-19
* More work on the UI.Blaž Hrastnik2020-09-19
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
* Make state fields read-only from outside the crate.Blaž Hrastnik2020-09-14
* Simplify some more code.Blaž Hrastnik2020-09-13
* Avoid collect() by accepting iterators into Transaction::change.Blaž Hrastnik2020-09-13
* Deduplicate some code.Blaž Hrastnik2020-09-13
* Address clippy lint.Blaž Hrastnik2020-09-13
* Add 'A', 'I' commands.Blaž Hrastnik2020-09-13
* Add 'o' command.Blaž Hrastnik2020-09-13