| Commit message (Expand) | Author | Age |
* | make sure to sync views when applying edits to unfocused views (#9173) | Gabriel Dinner-David | 2024-01-09 |
* | Normalize `S-<lower-ascii>` keymaps to uppercase ascii (#9213) | Michael Davis | 2024-01-09 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | don't automatically dismiss zero width diagnostics (#9280) | Pascal Kuthe | 2024-01-09 |
* | consistent diagnostic sorting | Pascal Kuthe | 2023-12-27 |
* | make diagnostics stick to word boundaries | Pascal Kuthe | 2023-12-27 |
* | Add config to mark diagnostic sources as persistent | Pascal Kuthe | 2023-12-27 |
* | Support drawing popup frame (#4313) | ath3 | 2023-12-19 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | build(deps): bump once_cell from 1.18.0 to 1.19.0 (#9053) | dependabot[bot] | 2023-12-12 |
* | use workspace inheritance for common version (#8925) | Skyler Hawthorne | 2023-12-05 |
* | build(deps): bump url from 2.4.1 to 2.5.0 (#8991) | dependabot[bot] | 2023-12-05 |
* | build(deps): bump clipboard-win from 4.5.0 to 5.0.0 (#8927) | dependabot[bot] | 2023-11-28 |
* | set Cargo feature resolver to v2 (#8917) | Fomalhaut Weisszwerg | 2023-11-27 |
* | update which crate to 5.0.0 (#8902) | Davide Ferrero | 2023-11-25 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | open urls with goto_file command (#5820) | Matouš Dzivjak | 2023-11-21 |
* | Swap system and primary clipboard registers (#8703) | Omnikar | 2023-11-03 |
* | Make parse_macro work for "-" outside "<..>" (#8475) | Bjorn Ove Hay Andersen | 2023-10-12 |
* | Filter out language servers which fail to spawn (#8374) | woojiq | 2023-09-26 |
* | Allow specifying a different style for diff indicator in vcs gutter. (#8343) | Alexis Mousset | 2023-09-20 |
* | Add `insert-final-newline` config option (#8157) | Em Zhan | 2023-09-12 |
* | Lower idle-timeout to 250ms | Blaž Hrastnik | 2023-09-11 |
* | Fix various typos (#8233) | Alexis Mousset | 2023-09-10 |
* | Add tree-sitter-highlight-name command (#8170) | Luke Halasy | 2023-09-10 |
* | Detect tmux clipboard provider on macOS (#8182) | Jonathan LEI | 2023-09-06 |
* | use which on formatter command (#8064) | Ezekiel Warren | 2023-08-30 |
* | Rename reset to default (#8114) | chtenb | 2023-08-30 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | add `reset` to the color palette (#8083) | West | 2023-08-29 |
* | Translate new ScrollLeft/ScrollRight crossterm mouse events | Michael Davis | 2023-08-22 |
* | build(deps): bump crossterm from 0.26.1 to 0.27.0 | dependabot[bot] | 2023-08-22 |
* | create separate timer for redraw requests (#8023) | Pascal Kuthe | 2023-08-21 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | build(deps): bump bitflags from 2.3.3 to 2.4.0 (#7943) | dependabot[bot] | 2023-08-15 |
* | Make editor remember the latest search register (#5244) | Jonathan LEI | 2023-08-14 |
* | Update stale comments | theteachr | 2023-08-14 |
* | Detect non-existent files as non-readonly (#7875) | Michael Davis | 2023-08-08 |
* | Align view for background buffer opened with `alt-ret` (#7691) | woojiq | 2023-08-08 |
* | Show whether file readonly in statusline (#7740) | Connortsui20 | 2023-08-08 |
* | Skip rendering gutters when gutter width exceeds view width (#7821) | Anshul Dalal | 2023-08-08 |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | Reimplement clipboard commands in terms of special regs | Michael Davis | 2023-07-31 |
* | Preview the latest value for regular registers | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Add system & primary clipboards as special registers | Michael Davis | 2023-07-31 |
* | Add the '%' (current filename) register | Michael Davis | 2023-07-31 |
* | Add '#' and '.' special registers | Michael Davis | 2023-07-31 |
* | Refactor Registers to take Editor | Michael Davis | 2023-07-31 |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |