| Commit message (Expand) | Author | Age |
... | |
* | helix-term: send the STOP signal to all processes in the process group (#3546) | Cole Helbling | 2023-03-13 |
* | LSP: No-op client/registerCapability requests (#6258) | Michael Davis | 2023-03-13 |
* | Test indentation level calculation (#6281) | Jonatan Pettersson | 2023-03-12 |
* | Fix indentation level calculation for lines mixing tabs and spaces (#6278) | Stanisław Borowy | 2023-03-12 |
* | Autumn theme: add `ui.virtual.inlay-hint` config (#6280) | Jens Getreu | 2023-03-12 |
* | dark_plus: theme inlay-hint (#6283) | Kirawi | 2023-03-12 |
* | Theme onelight add inlay-hint (#6276) | Erasin Wang | 2023-03-12 |
* | theme/catppuccin: add ui.virtual.inlay-hint (#6269) | Ivan | 2023-03-11 |
* | Document how to run tests (#6268) | Jonatan Pettersson | 2023-03-11 |
* | fleet_dark: theme inlay hints (#6266) | Kirawi | 2023-03-11 |
* | fix: C++ namespace indentation | Blaž Hrastnik | 2023-03-11 |
* | indent snippets to line indent instead of completion start (#6263) | Pascal Kuthe | 2023-03-11 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Also highlight unchecked variants of the sqlx query methods (#6256) | Maxicarlos08 | 2023-03-10 |
* | queries/php: add injections for regex and sql injection (#6250) | Ivan | 2023-03-10 |
* | Add a version-control statusline element (#5682) | Dimitar Gyurov | 2023-03-10 |
* | Improved yuck highlighting (and parser), and introduced a tag.builtin scope (... | Philipp Mildenberger | 2023-03-10 |
* | treat replace/insertmode consistently, default to insert | Pascal Kuthe | 2023-03-10 |
* | fix snippet bugs and multicursor completion edgecases | Pascal Kuthe | 2023-03-10 |
* | Add API to create a Transaction from potentially overlapping changes | Pascal Kuthe | 2023-03-10 |
* | avoid allocations during snippet rendering | Pascal Kuthe | 2023-03-10 |
* | 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 |