aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/picker.rs
Commit message (Expand)AuthorAge
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Truncate paths in the file picker (#6410)mWalrus2023-03-31
* Fix highlighting in picker with multiple columns (#6333)exp802023-03-18
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* DynamicPicker: Recalculate column widths for new options (#6004)Michael Davis2023-03-08
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* add substring matching options to picker (#5114)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
* 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
* Added opening files in the background with A-ret shortcut (#4435)Itay1232023-01-16
* Better sorting in picker in case of ties (#5169)Alex Kladov2022-12-17
* DynamicPicker: Reset idle timeout on refreshMichael Davis2022-12-15
* DynamicPicker: Use idle-timeout as debounceMichael Davis2022-12-15
* Add DynamicPicker for updating options on every keyGokul Soumya2022-12-15
* Add force_score() for scoring picker items without optimizationsGokul Soumya2022-12-15
* Add preview for scratch buffers in buffer picker (#3454)A-Walrus2022-11-21
* sort fuzzy matches with equal score by length in picker (#4698)Pascal Kuthe2022-11-16
* Render diagnostics in the file picker preview (#4324)Michael Davis2022-10-25
* remove filterting with C-space from pickerPascal Kuthe2022-10-11
* Treat space as a seperator instead of a character in fuzzy pickerPascal Kuthe2022-10-11
* picker: Highlight the document on idle timeoutBlaž Hrastnik2022-10-11
* chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)Poliorcetics2022-09-25
* Document MSRV policy (#3913)Pascal Kuthe2022-09-23
* fix: Recalculate completion when going through prompt history (#3193)Frojdholm2022-08-31
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* support toggling pickers' preview panel (#3021)Bob2022-07-18
* Add live preview to theme picker (#1798)Joe2022-07-05
* Highlight whole row in picker menus (#2939)ChrHorn2022-07-02
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* Make indent guides configurableGokul Soumya2022-06-21
* Bump dependencies, allow retain_mut for nowBlaž Hrastnik2022-05-29
* Add theme key for picker separator (#2523)kyrime2022-05-22
* address rust 1.61.0 clippy lints (#2514)Michael Davis2022-05-20
* allow whitespace to be renderedOmnikar2022-04-20
* Resolve conflicts between prompt/picker bindings (#1792)Rohan Jain2022-03-31
* Make truncate_start a builder method insteadBlaž Hrastnik2022-03-28
* Make line a private propertyBlaž Hrastnik2022-03-28
* This doesn't need to be mutBlaž Hrastnik2022-03-28
* Handle panic on move within empty picker (#1786)Rohan Jain2022-03-14
* Picker performance improvementsBlaž Hrastnik2022-03-03
* Highlight matching text in file picker suggestions (#1635)Ludwig Stecher2022-03-01
* Close some popups automatically (#1285)Bram2022-02-23
* Extract a helper function for lsp::LocationBlaž Hrastnik2022-02-18