aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/document.rs
Commit message (Expand)AuthorAge
* 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
* Improved file reload error message (#6274)Santiago Vrancovich2023-03-14
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Add a version-control statusline element (#5682)Dimitar Gyurov2023-03-10
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* Softwrapping improvements (#5893)Clément Delafargue2023-03-08
* feat: show current language when no argument is provided (#5895)Guillaume2023-02-16
* Replace incorrect usages of tab_width with indent_width. (#5918)Triton1712023-02-16
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Check for external file modifications when writing (#5805)Clément Delafargue2023-02-08
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Sync changes with view in undo/redo/earlier/laterMichael Davis2022-11-29
* Remove calls to View::apply in undo/redo/earlier/laterMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* core: Move state into the history moduleBlaž Hrastnik2022-11-08
* cargo fmtBlaž Hrastnik2022-10-21
* simplify encoding test macro (#4385)Kirawi2022-10-21