| Commit message (Expand) | Author | Age |
... | |
* | Add IntoIterator implementation for Selection | Pascal Kuthe | 2023-03-10 |
* | allow LSP insert text to replace non-matching prefixes (#5469) | Taylor C. Richberger | 2023-03-10 |
* | Generalised to multiple runtime directories with priorities (#5411) | paul-scott | 2023-03-09 |
* | Fix `shrink_selection` with multiple cursors. (#6093) | gibbz00 | 2023-03-09 |
* | correctly store snapshots when repeating insert-mode actions | Pascal Kuthe | 2023-03-09 |
* | discard stale completion requests | Pascal Kuthe | 2023-03-09 |
* | store multiple snapshots on the document at once | Pascal Kuthe | 2023-03-09 |
* | save selection before completion savepoint | Pascal Kuthe | 2023-03-09 |
* | create savepoint before requesting completion | Pascal Kuthe | 2023-03-09 |
* | feat(theme): Update pop-dark statusline (#6227) | workingj | 2023-03-09 |
* | Theme - auy_evolve: Up bufferline fg brightness (#6225) | gibbz00 | 2023-03-08 |
* | LSP: Support textDocument/prepareRename (#6103) | Kyle Smith | 2023-03-08 |
* | Add test cases for existing pair matching logic. (#6027) | Kyle Smith | 2023-03-08 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | Do not add intermediate lines to jumplist with :<linenum> command. (#5751) | Kyle Smith | 2023-03-08 |
* | DynamicPicker: Recalculate column widths for new options (#6004) | Michael Davis | 2023-03-08 |
* | Jump to symbol ranges in LSP goto commands (#5986) | Michael Davis | 2023-03-08 |
* | LSP: Send replies for malformed and unhandled RPC requests (#6058) | Michael Davis | 2023-03-08 |
* | tui: Log keyboard enhancement query time | Michael Davis | 2023-03-08 |
* | tui: Cache the keyboard enhancement check | Michael Davis | 2023-03-08 |
* | Move terminal claim/restore code to helix-tui | Michael Davis | 2023-03-08 |
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
* | Handle snippets for LSPs not providing offsets for completion | Andrii Grynenko | 2023-03-08 |
* | Add nested placeholder parsing for LSP snippets | Andrii Grynenko | 2023-03-08 |
* | Render every LSP snippets for every cursor | Andrii Grynenko | 2023-03-08 |
* | Correctly handle multiple cursors with LSP snippets | Urgau | 2023-03-08 |
* | Delete snippet placeholders when accepting completion | Pascal Kuthe | 2023-03-08 |
* | Implement LSP snippet tabstops sorting and merging | Urgau | 2023-03-08 |
* | LSP: Advertise snippet support | Michael Davis | 2023-03-08 |
* | Apply snippets as transactions | Michael Davis | 2023-03-08 |
* | Remove now unused the pattern combinator | Urgau | 2023-03-08 |
* | Optimize LSP snippet parsing | Urgau | 2023-03-08 |
* | Add parser for LSP snippet | Michael Davis | 2023-03-08 |
* | Add a parser-combinator crate | Michael Davis | 2023-03-08 |
* | Allow LSP server to be stopped (#5964) | Davide Galassi | 2023-03-08 |
* | Update highlights for golang (#6204) | Erasin Wang | 2023-03-08 |
* | Update highlight for PHP (#6203) | Erasin Wang | 2023-03-08 |
* | Pin tree-sitter at git master (#6218) | Michael Davis | 2023-03-07 |
* | build(deps): bump grep-regex from 0.1.10 to 0.1.11 (#6215) | dependabot[bot] | 2023-03-07 |
* | build(deps): bump tokio from 1.25.0 to 1.26.0 (#6212) | dependabot[bot] | 2023-03-07 |
* | build(deps): bump thiserror from 1.0.38 to 1.0.39 (#6216) | dependabot[bot] | 2023-03-07 |
* | build(deps): bump ignore from 0.4.18 to 0.4.20 (#6214) | dependabot[bot] | 2023-03-07 |
* | build(deps): bump serde_json from 1.0.93 to 1.0.94 (#6211) | dependabot[bot] | 2023-03-07 |
* | build(deps): bump grep-searcher from 0.1.10 to 0.1.11 (#6213) | dependabot[bot] | 2023-03-07 |
* | feat(theme): Update pop-dark for color-modes (#6208) | workingj | 2023-03-06 |
* | Update highlight for ecma/js/ts (#6205) | Erasin Wang | 2023-03-06 |
* | Update onelight theme (#6192) | Erasin Wang | 2023-03-06 |
* | Rewrite and refactor all documentation (#5534) | David Else | 2023-03-06 |
* | docs: describe tab-width and unit subkeys (#5862) | cinerea0 | 2023-03-06 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |