| Commit message (Expand) | Author | Age |
* | Center the picker preview selection using visual lines (#7837) | Jesse Luehrs | 2023-08-08 |
* | Reformat with nightly rustfmt for better let-else formatting (#7721) | Philipp Mildenberger | 2023-07-27 |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |
* | Fix Component implementations for Picker (#7382) | Michael Davis | 2023-06-19 |
* | Completely remove old Picker and rename FilePicker to Picker | Gokul Soumya | 2023-06-18 |
* | Make file preview callback optional | Michael Davis | 2023-06-18 |
* | Move FilePicker struct def closer to impl block | Gokul Soumya | 2023-06-18 |
* | Render the preview in FilePicker | Gokul Soumya | 2023-06-18 |
* | Move Picker::render into FilePicker::render | Gokul Soumya | 2023-06-18 |
* | Move Component methods except render() to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move handle_event methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move navigation methods from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move scoring functions from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Copy struct fields and new() from Picker to FilePicker | Gokul Soumya | 2023-06-18 |
* | Move FilePicker::render from Component impl to normal impl | Gokul Soumya | 2023-06-18 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | async picker syntax highlighting | Pascal Kuthe | 2023-05-18 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Truncate paths in the file picker (#6410) | mWalrus | 2023-03-31 |
* | Fix highlighting in picker with multiple columns (#6333) | exp80 | 2023-03-18 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | DynamicPicker: Recalculate column widths for new options (#6004) | Michael Davis | 2023-03-08 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | add substring matching options to picker (#5114) | Pascal Kuthe | 2023-02-02 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Fix clippy 1.67 warnings (#5697) | Miguel Madrid-Mencía | 2023-01-27 |
* | Replace menu::Item::{row, label} with format() | Gokul Soumya | 2023-01-18 |
* | Minimize allocation when converting table rows to string | Gokul Soumya | 2023-01-18 |
* | Use upstream implementation of table column calculation | Gokul Soumya | 2023-01-18 |
* | Reuse table in picker | Gokul Soumya | 2023-01-18 |
* | Added opening files in the background with A-ret shortcut (#4435) | Itay123 | 2023-01-16 |
* | Better sorting in picker in case of ties (#5169) | Alex Kladov | 2022-12-17 |
* | DynamicPicker: Reset idle timeout on refresh | Michael Davis | 2022-12-15 |
* | DynamicPicker: Use idle-timeout as debounce | Michael Davis | 2022-12-15 |
* | Add DynamicPicker for updating options on every key | Gokul Soumya | 2022-12-15 |
* | Add force_score() for scoring picker items without optimizations | Gokul Soumya | 2022-12-15 |
* | Add preview for scratch buffers in buffer picker (#3454) | A-Walrus | 2022-11-21 |
* | sort fuzzy matches with equal score by length in picker (#4698) | Pascal Kuthe | 2022-11-16 |
* | Render diagnostics in the file picker preview (#4324) | Michael Davis | 2022-10-25 |
* | remove filterting with C-space from picker | Pascal Kuthe | 2022-10-11 |
* | Treat space as a seperator instead of a character in fuzzy picker | Pascal Kuthe | 2022-10-11 |
* | picker: Highlight the document on idle timeout | Blaž Hrastnik | 2022-10-11 |
* | chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) | Poliorcetics | 2022-09-25 |
* | Document MSRV policy (#3913) | Pascal Kuthe | 2022-09-23 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | support toggling pickers' preview panel (#3021) | Bob | 2022-07-18 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | Highlight whole row in picker menus (#2939) | ChrHorn | 2022-07-02 |