aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Fix typos (#6643)Daniel Sedlak2023-04-07
* robustly handle invalid LSP ranges (#6512)Pascal Kuthe2023-04-03
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* Truncate paths in the file picker (#6410)mWalrus2023-03-31
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* do not ignore mouse scrolling when on top of virtual textPascal Kuthe2023-03-27
* remove incorrect assertPascal Kuthe2023-03-27
* Show diagnostic codes for LSP diagnostics (#6378)Francesc Elies2023-03-21
* Fix highlighting in picker with multiple columns (#6333)exp802023-03-18
* Prevent whitespace from rendering inside inlay hints (#6312)Thomas Schollenberger2023-03-16
* indent snippets to line indent instead of completion start (#6263)Pascal Kuthe2023-03-11
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* Add a version-control statusline element (#5682)Dimitar Gyurov2023-03-10
* treat replace/insertmode consistently, default to insertPascal Kuthe2023-03-10
* fix snippet bugs and multicursor completion edgecasesPascal Kuthe2023-03-10
* 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
* 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
* DynamicPicker: Recalculate column widths for new options (#6004)Michael Davis2023-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
* Fix lacking space panic (#6109)nuid322023-03-05
* update MSRV to 1.65Pascal Kuthe2023-03-05
* Fix 'attempt to divide by zero' panic (#6155)nuid322023-03-03
* Fix indentation lines (#6134) (#6136)NomisIV2023-03-01
* Add shift-backspace keybind alias for backspace (#4937)lesleyrs2023-02-28
* feat: show current language when no argument is provided (#5895)Guillaume2023-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
* feat(ui): deprecated completions (#5932)Matouš Dzivjak2023-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
* Split modification indicator from file statusline elements (#4731)Colton Clemmer2023-02-10
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Address new clippy lintsBlaž Hrastnik2023-02-09
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* Removing C-j and C-k from completion menu navigation (#5070)Dylan Bulfin2023-02-02
* add substring matching options to picker (#5114)Pascal Kuthe2023-02-02
* fix position translation at EOF with softwrap (#5786)Pascal Kuthe2023-02-02
* Hide duplicate symlinks from the picker (#5658)Pascal Kuthe2023-02-02
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31