aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/picker.rs
Commit message (Expand)AuthorAge
* fix lsp config reload (#9415)kyfanc2024-02-13
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* Fix precedence of ui.virtual.whitespace (#8879)chtenb2023-11-25
* Revert "Fix precedence of ui.virtual.whitespace (#8750)"Blaž Hrastnik2023-11-22
* Fix precedence of ui.virtual.whitespace (#8750)chtenb2023-11-22
* Only render preview if picker has a preview function (#8667)Ryan Mehri2023-10-30
* correctly center items in picker previewPascal Kuthe2023-09-14
* fix crash in picker preview for invalid rangesPascal Kuthe2023-09-14
* fix syntax highlights in dynamic picker (#8206)Pascal Kuthe2023-09-09
* Fix Clone definition for Injector (#8194)Michael Davis2023-09-07
* avoid excessive memory consumption in picker (#8127)Pascal Kuthe2023-09-01
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Center the picker preview selection using visual lines (#7837)Jesse Luehrs2023-08-08
* Reformat with nightly rustfmt for better let-else formatting (#7721)Philipp Mildenberger2023-07-27
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* Fix Component implementations for Picker (#7382)Michael Davis2023-06-19
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Move FilePicker struct def closer to impl blockGokul Soumya2023-06-18
* Render the preview in FilePickerGokul Soumya2023-06-18
* Move Picker::render into FilePicker::renderGokul Soumya2023-06-18
* Move Component methods except render() to FilePickerGokul Soumya2023-06-18
* Move handle_event methods from Picker to FilePickerGokul Soumya2023-06-18
* Move navigation methods from Picker to FilePickerGokul Soumya2023-06-18
* Move scoring functions from Picker to FilePickerGokul Soumya2023-06-18
* Copy struct fields and new() from Picker to FilePickerGokul Soumya2023-06-18
* Move FilePicker::render from Component impl to normal implGokul Soumya2023-06-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* async picker syntax highlightingPascal Kuthe2023-05-18
* 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