Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add ability to change theme on editor | wojciechkepka | 2021-06-19 |
| | |||
* | Replace `Editor::current` by a macro | Benoît CORTIER | 2021-06-18 |
| | | | | | | | | | This is necessary to workaround ownership issues across function calls. The issue notably arised when implementing the registers into `Editor` and I was getting annoyed again when implementing copy/pasting into system clipboard. The problem is addressed by using macro calls instead of function calls. There is no notable side effect. | ||
* | completion: Fix unimplemented autocomplete | Wojciech Kępka | 2021-06-08 |
| | |||
* | Completion: Format docs tabs & highlight in the doc's native language | Blaž Hrastnik | 2021-05-30 |
| | |||
* | Completion: Render non-markdown docs too | Blaž Hrastnik | 2021-05-30 |
| | |||
* | ESC should exit both completion and insert mode | Blaž Hrastnik | 2021-05-29 |
| | |||
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
| | |||
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
| | |||
* | Completion: apply additionalTextEdits. | Blaž Hrastnik | 2021-05-17 |
| | | | | Used for adding imports to the file when completing. | ||
* | Drop some useless imports. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | Replace the Clear widget with buffer.clear/clear_with. | Blaž Hrastnik | 2021-05-09 |
| | |||
* | ui: Draft for completion doc preview. | Blaž Hrastnik | 2021-05-03 |
| | |||
* | lsp: support both utf-8 and utf-16 offsets. | Blaž Hrastnik | 2021-04-14 |
| | | | | | Still need to implement the clangd encoding negotiation, but it's a start. Should also manually override to utf8 for pyls. | ||
* | Handle c-n, c-p, etc. autocompletion events. | Blaž Hrastnik | 2021-04-06 |
| | |||
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 |
| | |||
* | Simplify code by providin cx.current() = (view, doc). | Blaž Hrastnik | 2021-04-01 |
| | |||
* | Weave through view_id references so that views into one file have ↵ | Blaž Hrastnik | 2021-03-31 |
| | | | | independent selects. | ||
* | Filter the completion menu based on text entered. | Blaž Hrastnik | 2021-03-27 |