Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add yet more language definitions. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | Update deps. | Blaž Hrastnik | 2021-04-01 | |
| | ||||
* | wip: Async async. Delay response handling with a callback. | Blaž Hrastnik | 2021-03-26 | |
| | ||||
* | Load theme from toml file. | Blaž Hrastnik | 2021-03-25 | |
| | ||||
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 | |
| | | | | It's embedded into the binary at build time for now, but it's progress. | |||
* | Update deps. | Blaž Hrastnik | 2021-03-24 | |
| | ||||
* | Bump deps. | Blaž Hrastnik | 2021-03-15 | |
| | ||||
* | ui: wip: Markdown doc renderer. | Blaž Hrastnik | 2021-03-05 | |
| | ||||
* | Bump deps. | Blaž Hrastnik | 2021-03-01 | |
| | ||||
* | syntax: Drop the rayon dependency for threadpool. | Blaž Hrastnik | 2021-02-24 | |
| | | | | We just need a small concurrent threadpool for compilation. | |||
* | flake: Packaging definition. | Blaž Hrastnik | 2021-02-22 | |
| | ||||
* | Always store the log file under home dir. | Blaž Hrastnik | 2021-02-19 | |
| | ||||
* | Bump jsonrpc-core, lsp-types. | Blaž Hrastnik | 2021-02-18 | |
| | ||||
* | Update deps, switch tendril over to crates.io | Blaž Hrastnik | 2021-02-16 | |
| | ||||
* | deps update | Blaž Hrastnik | 2021-02-09 | |
| | ||||
* | View tree implementation: render multiple split views. | Blaž Hrastnik | 2021-02-03 | |
| | | | | | Cursors are still a bit buggy and we should render in focus statusbar differently than in the other pane. | |||
* | helix-syntax: Speed up compilation by compiling langs in parallel. | Blaž Hrastnik | 2021-01-19 | |
| | ||||
* | Bump deps. | Blaž Hrastnik | 2021-01-08 | |
| | ||||
* | lsp: Move timeouts into client.request | Blaž Hrastnik | 2021-01-06 | |
| | ||||
* | Update deps. | Blaž Hrastnik | 2021-01-06 | |
| | ||||
* | lsp: Work on syncing the state with the language server. | Blaž Hrastnik | 2020-12-25 | |
| | ||||
* | lsp: generate_transaction_from_text_edits | Blaž Hrastnik | 2020-12-23 | |
| | ||||
* | Bump deps. | Blaž Hrastnik | 2020-12-17 | |
| | ||||
* | File picker mockup, reuses the line editor work done on Prompt. | Blaž Hrastnik | 2020-12-17 | |
| | ||||
* | wip: Move to new rendering structure. | Blaž Hrastnik | 2020-12-13 | |
| | ||||
* | move commands and keymap back to terminal. | Blaž Hrastnik | 2020-12-10 | |
| | | | | | Command needs to be able to deal with UI. We'll separate it again later on. | |||
* | Update deps. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Save command | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | lsp: Make base request methods take &self instead of &mut self. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Configure logging (-vv for debug level logs) | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Refactor: Document type as a wrapper around barebones State. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Improve error typing. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Reroute LSP notification events into the main app event loop. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip: Fetching diagnostics, parsing notifications. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip: Basic LSP lifecycle requests/notifications. | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | wip | Blaž Hrastnik | 2020-12-03 | |
| | ||||
* | Updated dependencies. | Blaž Hrastnik | 2020-10-14 | |
| | ||||
* | Update deps | Blaž Hrastnik | 2020-10-13 | |
| | ||||
* | started work on goto mode | Jan Hrastnik | 2020-10-04 | |
| | ||||
* | argh -> clap to speed up compilation (no syn/proc_macro) | Blaž Hrastnik | 2020-10-01 | |
| | ||||
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 | |
| | ||||
* | More robust syntax detection/grammar loading. | Blaž Hrastnik | 2020-09-22 | |
| | ||||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 | |
| | | | | | It still largely depends on term for some types but I plan to change that later. | |||
* | More work on the UI. | Blaž Hrastnik | 2020-09-19 | |
| | ||||
* | Incremental parsing: rough draft. | Blaž Hrastnik | 2020-09-17 | |
| | ||||
* | cleanup: Import tree-sitter-highlight so we can cache trees. | Blaž Hrastnik | 2020-09-11 | |
| | ||||
* | draft: tree-sitter highlighting | Blaž Hrastnik | 2020-09-09 | |
| | ||||
* | Add helix-syntax as a wrapper around tree-sitter parsers. | Blaž Hrastnik | 2020-09-09 | |
| | ||||
* | Bump deps, eliminate a lot of transitive deps. | Blaž Hrastnik | 2020-09-08 | |
| |