| Commit message (Expand) | Author | Age |
* | Add narrow no-break space support (#9604) | Quentin | 2024-03-25 |
* | Add an Amp-like jump command | Pascal Kuthe | 2024-03-23 |
* | add 'file-absolute-path' to statusline (#4535) | Dan Cardamore | 2024-03-17 |
* | LSP: Key diagnostics off file path instead of URI | Michael Davis | 2024-02-25 |
* | Make mouse click extend selection in select mode (#5436) | Jonathan LEI | 2024-02-19 |
* | fix lsp config reload (#9415) | kyfanc | 2024-02-13 |
* | Use range positions to determine insert_newline motion (#9448) | Waleed Dahshan | 2024-01-29 |
* | make path changes LSP spec conform (#8949) | Pascal Kuthe | 2024-01-28 |
* | minor: Silence noisy language server not found error in log | Blaž Hrastnik | 2024-01-24 |
* | Re-export `which` from `helix-stdx::env` | Michael Davis | 2024-01-24 |
* | minor: Silence noisy set_error log | Blaž Hrastnik | 2024-01-24 |
* | refactor completion and signature help using hooks | Pascal Kuthe | 2024-01-23 |
* | Add hook/event system | Pascal Kuthe | 2024-01-23 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | make sure to sync views when applying edits to unfocused views (#9173) | Gabriel Dinner-David | 2024-01-09 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | Support drawing popup frame (#4313) | ath3 | 2023-12-19 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Filter out language servers which fail to spawn (#8374) | woojiq | 2023-09-26 |
* | Add `insert-final-newline` config option (#8157) | Em Zhan | 2023-09-12 |
* | Lower idle-timeout to 250ms | Blaž Hrastnik | 2023-09-11 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | create separate timer for redraw requests (#8023) | Pascal Kuthe | 2023-08-21 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Update stale comments | theteachr | 2023-08-14 |
* | 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 |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | Reimplement clipboard commands in terms of special regs | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Add support for LSP DidChangeWatchedFiles (#7665) | Ryan Fowler | 2023-07-21 |
* | (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 |
* | Mark buffers created from stdin as modified (#7431) | Michael Davis | 2023-06-26 |
* | 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 |
* | Apply all review suggestions (doc_id -> id, error message, unnecessary if) | 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 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Fix error messages when no language server is available | Philipp Mildenberger | 2023-05-18 |
* | Fix sorting issues of the editor wide diagnostics and apply diagnostics relat... | Philipp Mildenberger | 2023-05-18 |
* | Fix some lints/docgen hints | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | clarify comments about completion savepoints | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |