aboutsummaryrefslogtreecommitdiff
path: root/helix-view
Commit message (Expand)AuthorAge
...
* Add register statusline element (#7222)spectre2562023-06-08
* Place `Info::from_keymap()` contents in `keymap.infobox()`:gibbz002023-06-07
* Keymap infobox: Idiomatic body tuple.gibbz002023-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 Mildenberger2023-05-18
* Simplify gutter diagnostics rendering by using partition_point instead of bin...Philipp Mildenberger2023-05-18
* Some minor clarity/cosmetic improvementsPhilipp Mildenberger2023-05-18
* Add function `Editor::language_server_by_id` and refactor/simplify related co...Philipp Mildenberger2023-05-18
* Fix crash with filtered diagnostics in gutter (e.g. when diagnostics aren't v...Philipp Mildenberger2023-05-18
* Maintain language servers TOML array order in `doc.language_servers`Philipp Mildenberger2023-05-18
* Filter language servers also by capabilities in `doc.language_servers_with_fe...Philipp Mildenberger2023-05-18
* Optimize gutter diagnostics and simplify shown_diagnosticsPhilipp Mildenberger2023-05-18
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Simplify 'lsp_stop' commandPhilipp Mildenberger2023-05-18
* Remove boilerplate in the goto methods by generically composing functionsPhilipp Mildenberger2023-05-18
* Refactor doc.shown_diagnostics to avoid an extra HashSetPhilipp Mildenberger2023-05-18
* Add method doc.supports_language_server for better readabilityPhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Use DoubleEndedIterator instead of collect to Vec for reversingPhilipp Mildenberger2023-05-18
* Fix error messages when no language server is availablePhilipp Mildenberger2023-05-18
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* Fix some lints/docgen hintsPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* async picker syntax highlightingPascal Kuthe2023-05-18
* clarify comments about completion savepointsPascal Kuthe2023-05-18
* deduplicate savepointsPascal Kuthe2023-05-18
* ensure correct trigger/start completion offsetPascal Kuthe2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Add better error message for file save failure due to parent not existing (#7...John Kelly2023-05-10
* Conserve BOM and properly support UTF16 (#6497)Alexis-Lapierre2023-04-30
* Sort the buffer picker by most recent access (#2980)Evgeniy Tatarkin2023-04-28
* feat: add a config option to exclude declaration from LSP references (#6886)Vitalii Solodilov2023-04-27
* build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869)dependabot[bot]2023-04-25
* Fix unwrap bug in DAP (#6786)A-Walrus2023-04-17
* ensure :toggle soft-wrap.enable works by default (#6742)Pascal Kuthe2023-04-13
* build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699)dependabot[bot]2023-04-11
* Revert "Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)"Blaž Hrastnik2023-04-08
* Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)gibbz002023-04-08
* Fix typos (#6643)Daniel Sedlak2023-04-07
* add option to enable/disable lsp snippetsPascal Kuthe2023-03-31
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* Fix clippy lints (#6454)Philipp Mildenberger2023-03-27
* fix view anchors not at start of a visual linePascal Kuthe2023-03-27
* build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387)dependabot[bot]2023-03-22
* Improved file reload error message (#6274)Santiago Vrancovich2023-03-14
* Add undercurl config option #6196 (#6253)Jonatan Pettersson2023-03-14