aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
...
* allow LSP insert text to replace non-matching prefixes (#5469)Taylor C. Richberger2023-03-10
* Generalised to multiple runtime directories with priorities (#5411)paul-scott2023-03-09
* Fix `shrink_selection` with multiple cursors. (#6093)gibbz002023-03-09
* correctly store snapshots when repeating insert-mode actionsPascal Kuthe2023-03-09
* discard stale completion requestsPascal Kuthe2023-03-09
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* create savepoint before requesting completionPascal Kuthe2023-03-09
* LSP: Support textDocument/prepareRename (#6103)Kyle Smith2023-03-08
* Softwrapping improvements (#5893)Clément Delafargue2023-03-08
* Do not add intermediate lines to jumplist with :<linenum> command. (#5751)Kyle Smith2023-03-08
* DynamicPicker: Recalculate column widths for new options (#6004)Michael Davis2023-03-08
* Jump to symbol ranges in LSP goto commands (#5986)Michael Davis2023-03-08
* LSP: Send replies for malformed and unhandled RPC requests (#6058)Michael Davis2023-03-08
* Move terminal claim/restore code to helix-tuiMichael Davis2023-03-08
* Add command for resetting diff hunks (#5736)Pascal Kuthe2023-03-08
* Handle snippets for LSPs not providing offsets for completionAndrii Grynenko2023-03-08
* Render every LSP snippets for every cursorAndrii Grynenko2023-03-08
* Delete snippet placeholders when accepting completionPascal Kuthe2023-03-08
* Apply snippets as transactionsMichael Davis2023-03-08
* Allow LSP server to be stopped (#5964)Davide Galassi2023-03-08
* feat(dap): implement Restart request (#5651)Filip Dutescu2023-03-06
* Remove centering view from Unimpaired commands (#6193)Santiago Vrancovich2023-03-05
* Fix lacking space panic (#6109)nuid322023-03-05
* update MSRV to 1.65Pascal Kuthe2023-03-05
* fix: Handle signals before crossterm events (#6170)Alexander Brevig2023-03-05
* Fix 'attempt to divide by zero' panic (#6155)nuid322023-03-03
* Fix indentation lines (#6134) (#6136)NomisIV2023-03-01
* Ignore key-release keyboard events (#6139)Michael Davis2023-03-01
* Add shift-backspace keybind alias for backspace (#4937)lesleyrs2023-02-28
* Enable the enhanced keyboard protocol if supportedMichael Davis2023-02-28
* fix(dap): validate key and index exist when requesting vars (#5628)Filip Dutescu2023-02-20
* feat(dap): send Disconnect if Terminated event received (#5532)Filip Dutescu2023-02-20
* feat: show current language when no argument is provided (#5895)Guillaume2023-02-16
* Replace incorrect usages of tab_width with indent_width. (#5918)Triton1712023-02-16
* fix: decode lsp url for workspace_diagnostics_picker (#6016)Erasin2023-02-16
* Ignore invalid file URIs from LSP (#6000)Jonathan LEI2023-02-16
* ignore case while filtering completions (#6008)Pascal Kuthe2023-02-16
* Use Popup::ignore_escape_key helper for completion (#6006)Michael Davis2023-02-16
* Fix crash in goto_window_center at EOF (#5987)Pascal Kuthe2023-02-14
* feat(ui): deprecated completions (#5932)Matouš Dzivjak2023-02-13
* Add :toggle-option command (#4085)A-Walrus2023-02-13
* Fix completion doc popup area calculation logicGokul Soumya2023-02-11
* Create popup rect instead of using raw valuesGokul Soumya2023-02-11
* Refactor our Markdown construction in completion docGokul Soumya2023-02-11
* Rename completion doc popup area variablesGokul Soumya2023-02-11
* Use early return in rendering completion docGokul Soumya2023-02-11
* Negotiate LSP Position Encoding (#5894)Pascal Kuthe2023-02-11
* Make `m` textobject look for pairs enclosing selections (#3344)Daniel S Poulin2023-02-10
* Add exit code to command failed msg (#5898)lesleyrs2023-02-10