aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
Commit message (Expand)AuthorAge
* 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
* Simplify handle_terminal_events signatureBlaž Hrastnik2022-06-19
* move config parsing back into mainSkyler Hawthorne2022-06-19
* Update auto-pairs and idle-timeout when the config is reloaded (#2736)Bjorn Ove Hay Andersen2022-06-15
* Don't panic on LSP parsing errorsBlaž Hrastnik2022-05-11
* allow whitespace to be renderedOmnikar2022-04-20
* Add support for local language configuration (#1249)Kirawi2022-04-18
* clear terminal after switching to alternate screenRose Hudson2022-04-04
* lsp: Implement support for workspace_folders (currently just one)Blaž Hrastnik2022-04-01
* Revert "Resize is not necessary inside SIGCONT, handled by render()"Blaž Hrastnik2022-03-29
* Split off dap event handlers into helix-view to allow reuseBlaž Hrastnik2022-03-28
* Resize is not necessary inside SIGCONT, handled by render()Blaž Hrastnik2022-03-28
* Move top level lsp config to editor.lsp (#1868)Gokul Soumya2022-03-28
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* Handle RPC returning an invalid callBlaž Hrastnik2022-03-23
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* Add --edit-config flag to directly open config.toml (#1771)Joe2022-03-09
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08
* minor: Remove some outdated commentsBlaž Hrastnik2022-03-03
* Extract idle timeout code into ui/editor.rsBlaž Hrastnik2022-03-03
* Implement LSP `workspace/configuration` and `workspace/didChangeConfiguration...Triton1712022-02-28
* Use which to resolve lsp/dap binariesBlaž Hrastnik2022-02-24
* dap: fix runInTerminal with lldb-vscodeBlaž Hrastnik2022-02-18