| Commit message (Expand) | Author | Age |
... | |
* | Fix overlap calculation. | Blaž Hrastnik | 2021-04-10 |
* | N as extend with search (for now, N should be search_prev). | Blaž Hrastnik | 2021-04-09 |
* | Fix range.overlap() | Blaž Hrastnik | 2021-04-09 |
* | Remove the path specifier. | Blaž Hrastnik | 2021-04-09 |
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |
* | Load config files from ~/.config/helix, fallback to defaults. | Blaž Hrastnik | 2021-04-07 |
* | hack: make queries load relative to source dir for now. | Blaž Hrastnik | 2021-04-07 |
* | Fix selection rendering, it would be off by 1 if reverse. | Blaž Hrastnik | 2021-04-07 |
* | Fix issues with "enum A {|}" <Enter> indent calculation. | Blaž Hrastnik | 2021-04-07 |
* | clippy lint | Blaž Hrastnik | 2021-04-06 |
* | core: Improve changeset composition behavior. | Blaž Hrastnik | 2021-04-06 |
* | pairs: Use token utf8 lengths instead of 1. | Blaž Hrastnik | 2021-04-06 |
* | w, b, e: Match kakoune's behavior in selecting by default. | Blaž Hrastnik | 2021-04-05 |
* | Simplify some code. | Blaž Hrastnik | 2021-04-01 |
* | Fully drop State references. | Blaž Hrastnik | 2021-03-31 |
* | Store intra-files jumps (goto) on the jumplist. | Blaž Hrastnik | 2021-03-29 |
* | Transaction: Add a changes_iter() that can convert back to a list of Changes | Blaž Hrastnik | 2021-03-29 |
* | Transaction: need to consume insert | delete properly. | Blaž Hrastnik | 2021-03-29 |
* | clippy lint | Blaž Hrastnik | 2021-03-27 |
* | minor: Remove a few unwraps. | Blaž Hrastnik | 2021-03-26 |
* | Fix broken test. | Blaž Hrastnik | 2021-03-25 |
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 |
* | wip: Hooks & trigger characters for completion/signature_help. | Blaž Hrastnik | 2021-03-24 |
* | clippy lint | Blaž Hrastnik | 2021-03-24 |
* | Fix a scrolling crash where it would jump past the end of the buffer. | Blaž Hrastnik | 2021-03-22 |
* | Implement m / match_brackets (using tree sitter). | Blaž Hrastnik | 2021-03-22 |
* | Provide a capacity on Selection::new's normalize. | Blaž Hrastnik | 2021-03-22 |
* | Add tab_width and indent_unit config. | Blaž Hrastnik | 2021-03-22 |
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 |
* | clippy lints | Blaž Hrastnik | 2021-03-22 |
* | Selection: fail early if new() is called with no ranges. | Blaž Hrastnik | 2021-03-22 |
* | Implement auto-pairs behavior for open and close. | Blaž Hrastnik | 2021-03-22 |
* | Implement iter() and len() directly on Selection. | Blaž Hrastnik | 2021-03-19 |
* | Finish hiding doc.state / State as an implementation detail. | Blaž Hrastnik | 2021-03-18 |
* | Remove State from a few more signatures. | Blaž Hrastnik | 2021-03-18 |
* | Move things out of state.rs. | Blaž Hrastnik | 2021-03-18 |
* | Make Transaction::change only rely on the rope. | Blaž Hrastnik | 2021-03-18 |
* | Clippy lint | Blaž Hrastnik | 2021-03-16 |
* | syntax: highlight_iter always returns Ok() | Blaž Hrastnik | 2021-03-16 |
* | syntax: Highlight using ropes, avoiding dumping whole doc to string. | Blaž Hrastnik | 2021-03-16 |
* | Implement keep_selections (filter selections on regex). | Blaž Hrastnik | 2021-03-15 |
* | ui: Render diagnostic errors in sideline. | Blaž Hrastnik | 2021-03-15 |
* | state.rs cleanup | Blaž Hrastnik | 2021-03-15 |
* | Configure language servers via LanguageConfiguration. | Blaž Hrastnik | 2021-03-14 |
* | Cleanup: use doc.selection() instead of doc.state.selection(). | Blaž Hrastnik | 2021-03-14 |
* | syntax: Hide the TSParser internally, borrowing when needed. | Blaž Hrastnik | 2021-03-13 |
* | syntax: Reuse parser instances. highlight_iter() no longer needs &mut. | Blaž Hrastnik | 2021-03-12 |
* | Use diagnostic.severity to distinguish between error colors. | Blaž Hrastnik | 2021-03-11 |
* | Implement the f/t/F/T find/till family of commands. | Blaž Hrastnik | 2021-03-11 |
* | find-till (f) prototype, on_next_key mode implementation. | Blaž Hrastnik | 2021-03-11 |