| Commit message (Expand) | Author | Age |
* | fix lsp config reload (#9415) | kyfanc | 2024-02-13 |
* | Create helix-stdx crate for stdlib extensions | Michael Davis | 2024-01-18 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | Fix precedence of ui.virtual.whitespace (#8879) | chtenb | 2023-11-25 |
* | Revert "Fix precedence of ui.virtual.whitespace (#8750)" | Blaž Hrastnik | 2023-11-22 |
* | Fix precedence of ui.virtual.whitespace (#8750) | chtenb | 2023-11-22 |
* | Only render preview if picker has a preview function (#8667) | Ryan Mehri | 2023-10-30 |
* | correctly center items in picker preview | Pascal Kuthe | 2023-09-14 |
* | fix crash in picker preview for invalid ranges | Pascal Kuthe | 2023-09-14 |
* | fix syntax highlights in dynamic picker (#8206) | Pascal Kuthe | 2023-09-09 |
* | Fix Clone definition for Injector (#8194) | Michael Davis | 2023-09-07 |
* | avoid excessive memory consumption in picker (#8127) | Pascal Kuthe | 2023-09-01 |
* | transition to nucleo for fuzzy matching (#7814) | Pascal Kuthe | 2023-08-30 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | 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 |