aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
Commit message (Expand)AuthorAge
* LSP: Send replies for malformed and unhandled RPC requests (#6058)Michael Davis2023-03-08
* Move terminal claim/restore code to helix-tuiMichael Davis2023-03-08
* fix: Handle signals before crossterm events (#6170)Alexander Brevig2023-03-05
* Ignore key-release keyboard events (#6139)Michael Davis2023-03-01
* Enable the enhanced keyboard protocol if supportedMichael Davis2023-02-28
* Ignore invalid file URIs from LSP (#6000)Jonathan LEI2023-02-16
* enable rendering in integration tests (#5819)Skyler Hawthorne2023-02-04
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Store new config on application in :config-reload (#5431)Lorenzo Albano2023-01-08
* Fix language config reload logic (#5381)Ethan Kiang2023-01-03
* Reload language config with `:config-reload` (#5239)willful7592022-12-29
* Avoid trailing `s` in message when only 1 file is opened (#5189)Nick2022-12-23
* feat(lsp): add support for lsp Diagnostic{}.data (#4935)sigmaSd2022-12-02
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Handle language server termination (#4797)Michael Davis2022-11-19
* fix test compilationBlaž Hrastnik2022-11-09
* Move terminal out of compositorBlaž Hrastnik2022-11-09
* This term specific behavior really doesn't belong to compositorBlaž Hrastnik2022-11-09
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* nit: move an allocation to happen after a `continue`, making sure it'sAlexis (Poliorcetics) Bourget2022-10-21
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19
* Use flush_writes in application.close()Blaž Hrastnik2022-10-19
* Seems like this flush is unnecessaryBlaž Hrastnik2022-10-19
* Deduplicate flush_writesBlaž Hrastnik2022-10-19
* Use a single save_queue on the editorBlaž Hrastnik2022-10-19
* improve app close failure displaySkyler Hawthorne2022-10-19
* review commentsSkyler Hawthorne2022-10-19
* document should save even if formatter failsSkyler Hawthorne2022-10-19
* remove Callback::Compositor variantSkyler Hawthorne2022-10-19
* move language server refresh to document saved event handlerSkyler Hawthorne2022-10-19
* Save text in document saved events, use in status messageSkyler Hawthorne2022-10-19
* Rename doc save event names to past tenseSkyler Hawthorne2022-10-19
* reset idle timer for all eventsSkyler Hawthorne2022-10-19
* factor editor event handling into functionSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* improve reliability of shutdownSkyler Hawthorne2022-10-19
* add conditional noop render backSkyler Hawthorne2022-10-19
* fix buffer-closeSkyler Hawthorne2022-10-19
* fix(write): do not set new path on document until write succeedsSkyler Hawthorne2022-10-19
* fix: buffer-close ensuring writesSkyler Hawthorne2022-10-19
* chore(write): serialize write operations within a DocumentSkyler Hawthorne2022-10-19
* Propagate idle timeout event to components (#3172)Gokul Soumya2022-10-11
* Exit gracefully when close operation fails (#4081)Skyler Hawthorne2022-10-03
* respond to SIGUSR1 by reloading config (#3952)Karsten Gebbert2022-10-03
* diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>>Blaž Hrastnik2022-09-20
* Track source and tags in diagnostics (#3898)Luke Cycon2022-09-20
* Remove the .txt suffix from tutorBlaž Hrastnik2022-09-11
* Improve error handling for config-reload (#3668)A-Walrus2022-09-10
* fix: lsp: Don't send didOpen events for documents with no URLBlaž Hrastnik2022-09-04