| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | 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 |
* | Remove boilerplate in the goto methods by generically composing functions | Philipp Mildenberger | 2023-05-18 |
* | Refactor doc.shown_diagnostics to avoid an extra HashSet | Philipp Mildenberger | 2023-05-18 |
* | Add method doc.supports_language_server for better readability | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Use DoubleEndedIterator instead of collect to Vec for reversing | 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 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | async picker syntax highlighting | Pascal Kuthe | 2023-05-18 |
* | clarify comments about completion savepoints | Pascal Kuthe | 2023-05-18 |
* | deduplicate savepoints | Pascal Kuthe | 2023-05-18 |
* | ensure correct trigger/start completion offset | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | Add better error message for file save failure due to parent not existing (#7... | John Kelly | 2023-05-10 |
* | Conserve BOM and properly support UTF16 (#6497) | Alexis-Lapierre | 2023-04-30 |
* | Sort the buffer picker by most recent access (#2980) | Evgeniy Tatarkin | 2023-04-28 |
* | feat: add a config option to exclude declaration from LSP references (#6886) | Vitalii Solodilov | 2023-04-27 |
* | Fix unwrap bug in DAP (#6786) | A-Walrus | 2023-04-17 |