aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
Commit message (Expand)AuthorAge
* 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
* minor: Simplify another document_mut statementBlaž Hrastnik2022-09-04
* Share the restore_term code between panic and normal exits (#3612)Charlie Groves2022-08-31
* Discard LSP publishDiagnostic when LS is not initialized (#3403)Michael Davis2022-08-31
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* add a CLI flag for specifying config file location (#2666)Michael Davis2022-08-04
* Modified restore_term fn in application.rs. Changed '\x1B[2 q' to '\x1B[0 q' ...Eric K2022-08-02
* Suport diagnostic code (#3096)Erasin2022-07-26
* Set the selection point of the first file correctly (#3073)Narazaki Shuji2022-07-18
* feat(term): uniformize word-wise movement and deletion (#2500)Benoît Cortier2022-07-15
* Sub sort diagnostics by line numberGokul Soumya2022-07-06
* Add live preview to theme picker (#1798)Joe2022-07-05
* adds --vsplit and --hsplit arguments (#2773)plexom2022-07-01
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* factor new Application with file arg to functionSkyler Hawthorne2022-06-19
* fix(command): write-quit: do not quit if write failsSkyler Hawthorne2022-06-19
* consolidate idle timer logic, make conditionalSkyler Hawthorne2022-06-19
* don't read from stdin for integration testsSkyler Hawthorne2022-06-19
* use env var for integration test log levelSkyler Hawthorne2022-06-19
* use test terminal backend for integration testsSkyler Hawthorne2022-06-19
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* use idle timer instead of fixed timeoutSkyler Hawthorne2022-06-19
* use main application event loopSkyler Hawthorne2022-06-19
* reorganize tests into groupsSkyler Hawthorne2022-06-19
* Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
* improve test harnessSkyler Hawthorne2022-06-19
* Integration testing harnessBlaž Hrastnik2022-06-19