aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* 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
* Fix clippy 1.67 warnings (#5697)Miguel Madrid-Mencía2023-01-27
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* highlight non-bar cursors (#5575)Pascal Kuthe2023-01-18
* Replace menu::Item::{row, label} with format()Gokul Soumya2023-01-18
* Minimize allocation when converting table rows to stringGokul Soumya2023-01-18
* Use upstream implementation of table column calculationGokul Soumya2023-01-18
* Reuse table in pickerGokul Soumya2023-01-18
* Primary cursor colors by mode (#5130)gibbz002023-01-18
* Added opening files in the background with A-ret shortcut (#4435)Itay1232023-01-16