| Commit message (Expand) | Author | Age |
... | |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | factor new Application with file arg to function | Skyler Hawthorne | 2022-06-19 |
* | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
* | consolidate idle timer logic, make conditional | Skyler Hawthorne | 2022-06-19 |
* | don't read from stdin for integration tests | Skyler Hawthorne | 2022-06-19 |
* | use env var for integration test log level | Skyler Hawthorne | 2022-06-19 |
* | use test terminal backend for integration tests | Skyler Hawthorne | 2022-06-19 |
* | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
* | use idle timer instead of fixed timeout | Skyler Hawthorne | 2022-06-19 |
* | use main application event loop | Skyler Hawthorne | 2022-06-19 |
* | reorganize tests into groups | Skyler Hawthorne | 2022-06-19 |
* | Fix initial selection of Document in new view | Skyler Hawthorne | 2022-06-19 |
* | improve test harness | Skyler Hawthorne | 2022-06-19 |
* | Integration testing harness | Blaž Hrastnik | 2022-06-19 |
* | Simplify handle_terminal_events signature | Blaž Hrastnik | 2022-06-19 |
* | move config parsing back into main | Skyler Hawthorne | 2022-06-19 |
* | Update auto-pairs and idle-timeout when the config is reloaded (#2736) | Bjorn Ove Hay Andersen | 2022-06-15 |
* | Don't panic on LSP parsing errors | Blaž Hrastnik | 2022-05-11 |
* | allow whitespace to be rendered | Omnikar | 2022-04-20 |
* | Add support for local language configuration (#1249) | Kirawi | 2022-04-18 |
* | clear terminal after switching to alternate screen | Rose Hudson | 2022-04-04 |
* | lsp: Implement support for workspace_folders (currently just one) | Blaž Hrastnik | 2022-04-01 |
* | Revert "Resize is not necessary inside SIGCONT, handled by render()" | Blaž Hrastnik | 2022-03-29 |
* | Split off dap event handlers into helix-view to allow reuse | Blaž Hrastnik | 2022-03-28 |
* | Resize is not necessary inside SIGCONT, handled by render() | Blaž Hrastnik | 2022-03-28 |
* | Move top level lsp config to editor.lsp (#1868) | Gokul Soumya | 2022-03-28 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |
* | Handle RPC returning an invalid call | Blaž Hrastnik | 2022-03-23 |
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
* | Add --edit-config flag to directly open config.toml (#1771) | Joe | 2022-03-09 |
* | Add --health command for troubleshooting (#1669) | Gokul Soumya | 2022-03-08 |
* | minor: Remove some outdated comments | Blaž Hrastnik | 2022-03-03 |
* | Extract idle timeout code into ui/editor.rs | Blaž Hrastnik | 2022-03-03 |
* | Implement LSP `workspace/configuration` and `workspace/didChangeConfiguration... | Triton171 | 2022-02-28 |
* | Use which to resolve lsp/dap binaries | Blaž Hrastnik | 2022-02-24 |
* | dap: fix runInTerminal with lldb-vscode | Blaž Hrastnik | 2022-02-18 |
* | Allow static strings in set_status/set_error so API is nicer | Blaž Hrastnik | 2022-02-15 |
* | dap: Reduce amount of block_on uses | Blaž Hrastnik | 2022-02-15 |
* | Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcut... | Ludwig Stecher | 2022-02-15 |
* | Refactor language config loading (#1658) | Gokul Soumya | 2022-02-14 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Don't use block_on in jobs.finish(), we can .await | Blaž Hrastnik | 2022-02-05 |
| * | Allow specifying file start position (#445) | Ivan Tham | 2022-01-23 |
| * | Use the correct language ID for JavaScript & TypeScript (#1466) | Kevin Sjöberg | 2022-01-15 |
| * | feat(lsp): configurable diagnostic severity (#1325) | Matouš Dzivjak | 2021-12-25 |
| * | LSP code action commands (#1304) | Matouš Dzivjak | 2021-12-21 |
| * | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 |
* | | Make thread_picker non-blocking | Blaž Hrastnik | 2021-12-06 |
* | | dap: Reply to RunInTerminal | Blaž Hrastnik | 2021-12-06 |
* | | dap: Add RunInTerminal reverse request, support replying to requests | Blaž Hrastnik | 2021-12-03 |