| Commit message (Expand) | Author | Age |
* | ignore case while filtering completions (#6008) | Pascal Kuthe | 2023-02-16 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | Removing C-j and C-k from completion menu navigation (#5070) | Dylan Bulfin | 2023-02-02 |
* | 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 |
* | lsp: Resolve completion item asynchronously on idle-timeout (#4781) | Michael Davis | 2022-11-18 |
* | Popup scrollbar (#4449) | Manos Mertzianis | 2022-11-15 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | feat(lsp): LSP preselected items appear first in completion menu (#4480) | lazytanuki | 2022-10-27 |
* | lsp: Resolve completion items missing documentation on idle (#4406) | Michael Davis | 2022-10-22 |
* | never sort menu items when no fuzzy matching is possible | Pascal Kuthe | 2022-10-21 |
* | sort autocompletins by fuzzy match | Pascal Kuthe | 2022-10-21 |
* | sort codeaction by their kind instead of alphabetically | Pascal Kuthe | 2022-10-21 |
* | nit: remove a String allocation that is immediately used as an &str (#4277) | Poliorcetics | 2022-10-14 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Right align scrollbar with track in completion popup (#2754) | Gokul Soumya | 2022-06-27 |
* | Add single width left margin for completion popup (#2728) | Gokul Soumya | 2022-06-26 |
* | Fix scrollbar length proportional to total menu items (#2860) | Gokul Soumya | 2022-06-22 |
* | ignore Enter keypress when menu has no selection (#1704) | Michael Davis | 2022-02-27 |
* | Close some popups automatically (#1285) | Bram | 2022-02-23 |
* | ui: menu: Don't allocate scrollbar space if options fit | Blaž Hrastnik | 2022-01-31 |
* | ui: Only render menu scrollbar if it doesn't fit | Blaž Hrastnik | 2022-01-31 |
* | Render code actions as a menu, allow adding padding to popup | Blaž Hrastnik | 2022-01-31 |
* | Fix panics when resizing (#1408) | Mathis Brossier | 2022-01-16 |
* | Macros (#1234) | Omnikar | 2021-12-12 |
* | fix: Normalize backtab into shift-tab | Blaž Hrastnik | 2021-12-06 |
* | fix: shift-tab mappings broken after efc2b4c7 | Blaž Hrastnik | 2021-11-12 |
* | Refactor keyevent handling using key, ctrl macros (#1058) | Gokul Soumya | 2021-11-10 |
* | move_up will select last item, when no item selected (#907) | CossonLeo | 2021-10-26 |
* | Add c-j c-k to menu keymap for move_up move_down (#908) | CossonLeo | 2021-10-26 |
* | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
* | fix: If backspacing past the start offset, cancel completion | Blaž Hrastnik | 2021-10-16 |
* | ui: Trigger recalculate_size per popup render so contents can readjust | Blaž Hrastnik | 2021-09-13 |
* | Add ui.menu text style (#664) | CossonLeo | 2021-08-28 |
* | Refactor new Rect construction (#575) | Gokul Soumya | 2021-08-21 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | ui: completion: Use sort_text to sort the completions | Blaž Hrastnik | 2021-08-11 |
* | ui: menu: Allow wrapping around on ctrl-p/shift tab | Blaž Hrastnik | 2021-08-06 |
* | fix: ui/menu: Don't allow scrolling past the end of completion | Blaž Hrastnik | 2021-07-23 |
* | Simplify ui/menu.rs | Blaž Hrastnik | 2021-07-23 |
* | Calculate completion popup sizing | Blaž Hrastnik | 2021-07-19 |
* | Fix unused variable, parameter, and `mut` warnings in helix-term. | Nathan Vegdahl | 2021-07-02 |
* | Remove #[allow(unused)] from helix-term, and fix unused imports. | Nathan Vegdahl | 2021-07-02 |
* | Address nightly clippy warnings | Blaž Hrastnik | 2021-06-27 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | Fix Shift-Tab for moving upwards in menu | Kevin Sjöberg | 2021-06-09 |
* | ui: Menu rendering adjustments | Blaž Hrastnik | 2021-05-27 |
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |