| Commit message (Expand) | Author | Age |
... | |
* | Improve completion: src/<tab> will now correctly complete to src/main.rs | Blaž Hrastnik | 2021-03-21 |
* | Finish hiding doc.state / State as an implementation detail. | Blaž Hrastnik | 2021-03-18 |
* | Hold a reference to executor on the Editor type. | Blaž Hrastnik | 2021-03-16 |
* | ui: wip: Markdown doc renderer. | Blaž Hrastnik | 2021-03-05 |
* | commands: Stop select_regex from breaking when no matches. | Blaž Hrastnik | 2021-03-03 |
* | clippy lint | Blaž Hrastnik | 2021-03-02 |
* | ui: Share popup code with menu. | Blaž Hrastnik | 2021-03-02 |
* | ui: Rework command mode, implement file path completion. | Blaž Hrastnik | 2021-03-01 |
* | lsp: Hover documentation draft. | Blaž Hrastnik | 2021-02-25 |
* | search: Barebones implementation. | Blaž Hrastnik | 2021-02-12 |
* | popup: wip work on completion popups | Blaž Hrastnik | 2021-02-09 |
* | View tree implementation: render multiple split views. | Blaž Hrastnik | 2021-02-03 |
* | commands: Implement select_on_matches. | Blaž Hrastnik | 2021-01-22 |
* | Refactoring: move language_servers into Editor, proper load for doc. | Blaž Hrastnik | 2021-01-21 |
* | buffer picker: Mark current view with (*) | Blaž Hrastnik | 2020-12-21 |
* | ui: buffer picker on ctrl-b | Blaž Hrastnik | 2020-12-21 |
* | picker: Factor out file picker, we want to reuse code for other pickers. | Blaž Hrastnik | 2020-12-18 |
* | File picker mockup, reuses the line editor work done on Prompt. | Blaž Hrastnik | 2020-12-17 |
* | Make the select prompt interactive. | Blaž Hrastnik | 2020-12-15 |
* | Move ui modules under a ui:: namespace. | Blaž Hrastnik | 2020-12-13 |