aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
Commit message (Expand)AuthorAge
* 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
* Allow static strings in set_status/set_error so API is nicerBlaž Hrastnik2022-02-15
* dap: Reduce amount of block_on usesBlaž Hrastnik2022-02-15
* Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcut...Ludwig Stecher2022-02-15
* Refactor language config loading (#1658)Gokul Soumya2022-02-14
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * Don't use block_on in jobs.finish(), we can .awaitBlaž Hrastnik2022-02-05
| * Allow specifying file start position (#445)Ivan Tham2022-01-23
| * Use the correct language ID for JavaScript & TypeScript (#1466)Kevin Sjöberg2022-01-15
| * feat(lsp): configurable diagnostic severity (#1325)Matouš Dzivjak2021-12-25
| * LSP code action commands (#1304)Matouš Dzivjak2021-12-21
| * Load alt default theme if true color is not supportedOmnikar2021-12-13
* | Make thread_picker non-blockingBlaž Hrastnik2021-12-06
* | dap: Reply to RunInTerminalBlaž Hrastnik2021-12-06
* | dap: Add RunInTerminal reverse request, support replying to requestsBlaž Hrastnik2021-12-03
* | dap: Start working on runInTerminal supportBlaž Hrastnik2021-12-03
* | dap: Remove some unwrapsBlaž Hrastnik2021-12-02
* | dap: Rewrite breakpoints so that there's a single set maintainedBlaž Hrastnik2021-11-30
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-30
|\|
| * Simplify some code in editor.rsBlaž Hrastnik2021-11-26