aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/document.rs
Commit message (Expand)AuthorAge
* Add an Amp-like jump commandPascal Kuthe2024-03-23
* use slices instead of Rc for virtual textPascal Kuthe2024-03-23
* Do not stop reloading docs on error (#9870)Luis Useche2024-03-19
* Optimize getting a relative pathmo8it2024-03-19
* fix lsp config reload (#9415)kyfanc2024-02-13
* make path changes LSP spec conform (#8949)Pascal Kuthe2024-01-28
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Add hook/event systemPascal Kuthe2024-01-23
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* don't automatically dismiss zero width diagnostics (#9280)Pascal Kuthe2024-01-09
* consistent diagnostic sortingPascal Kuthe2023-12-27
* make diagnostics stick to word boundariesPascal Kuthe2023-12-27
* Add config to mark diagnostic sources as persistentPascal Kuthe2023-12-27
* Fix various typos (#8233)Alexis Mousset2023-09-10
* use which on formatter command (#8064)Ezekiel Warren2023-08-30
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Detect non-existent files as non-readonly (#7875)Michael Davis2023-08-08
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* correctly map unsorted positions (#7471)Pascal Kuthe2023-06-28
* Mark buffers created from stdin as modified (#7431)Michael Davis2023-06-26
* fix: Regression from d491e234f4eb4d8c3869f44ab71fedf022dc463eBlaž Hrastnik2023-06-26
* map positions through changes in O(N)Pascal Kuthe2023-06-25
* Use default line ending in open command (#7357)Alex2023-06-17
* Add config for default line ending (#5621)Alex2023-06-16
* 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
* 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
* 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
* 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