| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Add support for LSP DidChangeWatchedFiles (#7665) | Ryan Fowler | 2023-07-21 |
* | allow for higher F keys to be used (#7672) | Christian Holman | 2023-07-19 |
* | (Updated) Apply motion API refinements (#6078) | Gabriel Hansson | 2023-07-09 |
* | use redraw handle for debouncing LSP messages (#7538) | Pascal Kuthe | 2023-07-07 |
* | Fix incorrect gutter bail message (#7534) | Tom Taylor | 2023-07-07 |
* | correctly map unsorted positions (#7471) | Pascal Kuthe | 2023-06-28 |
* | Mark buffers created from stdin as modified (#7431) | Michael Davis | 2023-06-26 |
* | fix: Regression from d491e234f4eb4d8c3869f44ab71fedf022dc463e | Blaž Hrastnik | 2023-06-26 |
* | map positions through changes in O(N) | Pascal Kuthe | 2023-06-25 |
* | Allow ANSI colors in themes (#5119) | tomleb | 2023-06-19 |
* | Use default line ending in open command (#7357) | Alex | 2023-06-17 |
* | Add config for default line ending (#5621) | Alex | 2023-06-16 |
* | add config option for instant completion entry preview (defaulting to true). | Luca Schlecker | 2023-06-09 |
* | Add register statusline element (#7222) | spectre256 | 2023-06-08 |
* | Place `Info::from_keymap()` contents in `keymap.infobox()`: | gibbz00 | 2023-06-07 |
* | Keymap infobox: Idiomatic body tuple. | gibbz00 | 2023-06-07 |
* | build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248) | dependabot[bot] | 2023-06-06 |
* | build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117) | dependabot[bot] | 2023-05-23 |
* | Apply all review suggestions (doc_id -> id, error message, unnecessary if) | Philipp Mildenberger | 2023-05-18 |
* | Simplify gutter diagnostics rendering by using partition_point instead of bin... | Philipp Mildenberger | 2023-05-18 |
* | Some minor clarity/cosmetic improvements | Philipp Mildenberger | 2023-05-18 |
* | Add function `Editor::language_server_by_id` and refactor/simplify related co... | Philipp Mildenberger | 2023-05-18 |
* | Fix crash with filtered diagnostics in gutter (e.g. when diagnostics aren't v... | Philipp Mildenberger | 2023-05-18 |
* | Maintain language servers TOML array order in `doc.language_servers` | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Optimize gutter diagnostics and simplify shown_diagnostics | Philipp Mildenberger | 2023-05-18 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Simplify 'lsp_stop' command | Philipp Mildenberger | 2023-05-18 |