aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
Commit message (Expand)AuthorAge
* LSP: Normalize diagnostic file pathsMichael Davis2024-02-25
* LSP: Key diagnostics off file path instead of URIMichael Davis2024-02-25
* fix lsp config reload (#9415)kyfanc2024-02-13
* Add glob file type support (#8006)Galen Abell2024-02-11
* make path changes LSP spec conform (#8949)Pascal Kuthe2024-01-28
* 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
* feat(lsp): implement show document request (#8865)Matouš Dzivjak2024-01-17
* Exit a language server if it sends a message with invalid json (#9332)Ben Dennis2024-01-17
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-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
* Resolve args.files before changing directory (#8676)Bjorn Ove Hay Andersen2023-11-21
* Fixed issue when the first file specified as an argument was a relative direc...Bjorn Ove Hay Andersen2023-10-18
* Set the working directory before loading the config (#8498)Bjorn Ove Hay Andersen2023-10-09
* enable starting hx with a working directory (#8223)Lloyd Bond2023-10-03
* add redraw command (#6949)Weiyuan Wu2023-09-08
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* Handle switch from crossterm::Result to io::ResultMichael Davis2023-08-22
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* feat: smart_tabSkyler Hawthorne2023-08-01
* Add support for LSP DidChangeWatchedFiles (#7665)Ryan Fowler2023-07-21
* Fix piping to Helix on macOS (#5468)Jonathan2023-07-13
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* use redraw handle for debouncing LSP messages (#7538)Pascal Kuthe2023-07-07
* LSP: Use negotiated position encoding for workspace edits (#7469)Michael Davis2023-06-29
* LSP: Discard publishDiagnostic from uninitialized servers (#7467)Michael Davis2023-06-28
* Exit gracefully on termination signals (#7236)Michael Davis2023-06-05
* Update diagnostics correctly on LSP exit (#7111)Poliorcetics2023-05-23
* Add function `Editor::language_server_by_id` and refactor/simplify related co...Philipp 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
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* Fix issue with ltex-ls, filtering params is not what we want herePhilipp Mildenberger2023-05-18
* Fix 'WorkspaceConfiguration' request with empty configuration section stringsPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* tui: Allow toggling mouse capture at runtime (#6675)Michael Davis2023-04-21
* Fix crash on opening from suspend state (#6764)shem2023-04-16
* LSP: Gracefully handle 'workspace/configuration' from a stopped server (#6693)Konstantin Keller2023-04-10
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Correctly reload theme on :config-reloadPascal Kuthe2023-03-31
* implement proper lsp-workspace supportPascal Kuthe2023-03-29
* discard outdated workspace edits recived from the LSPascal Kuthe2023-03-16
* discard outdated diagnostics recived by the LSPascal Kuthe2023-03-16
* Add undercurl config option #6196 (#6253)Jonatan Pettersson2023-03-14
* helix-term: send the STOP signal to all processes in the process group (#3546)Cole Helbling2023-03-13
* LSP: No-op client/registerCapability requests (#6258)Michael Davis2023-03-13