aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/menu.rs
Commit message (Expand)AuthorAge
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Right align scrollbar with track in completion popup (#2754)Gokul Soumya2022-06-27
* Add single width left margin for completion popup (#2728)Gokul Soumya2022-06-26
* Fix scrollbar length proportional to total menu items (#2860)Gokul Soumya2022-06-22
* ignore Enter keypress when menu has no selection (#1704)Michael Davis2022-02-27
* Close some popups automatically (#1285)Bram2022-02-23
* ui: menu: Don't allocate scrollbar space if options fitBlaž Hrastnik2022-01-31
* ui: Only render menu scrollbar if it doesn't fitBlaž Hrastnik2022-01-31
* Render code actions as a menu, allow adding padding to popupBlaž Hrastnik2022-01-31
* Fix panics when resizing (#1408)Mathis Brossier2022-01-16
* Macros (#1234)Omnikar2021-12-12
* fix: Normalize backtab into shift-tabBlaž Hrastnik2021-12-06
* fix: shift-tab mappings broken after efc2b4c7Blaž Hrastnik2021-11-12
* Refactor keyevent handling using key, ctrl macros (#1058)Gokul Soumya2021-11-10
* move_up will select last item, when no item selected (#907)CossonLeo2021-10-26
* Add c-j c-k to menu keymap for move_up move_down (#908)CossonLeo2021-10-26
* Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
* fix: If backspacing past the start offset, cancel completionBlaž Hrastnik2021-10-16
* ui: Trigger recalculate_size per popup render so contents can readjustBlaž Hrastnik2021-09-13
* Add ui.menu text style (#664)CossonLeo2021-08-28
* Refactor new Rect construction (#575)Gokul Soumya2021-08-21
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* ui: completion: Use sort_text to sort the completionsBlaž Hrastnik2021-08-11
* ui: menu: Allow wrapping around on ctrl-p/shift tabBlaž Hrastnik2021-08-06
* fix: ui/menu: Don't allow scrolling past the end of completionBlaž Hrastnik2021-07-23
* Simplify ui/menu.rsBlaž Hrastnik2021-07-23
* Calculate completion popup sizingBlaž Hrastnik2021-07-19
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Address nightly clippy warningsBlaž Hrastnik2021-06-27
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix Shift-Tab for moving upwards in menuKevin Sjöberg2021-06-09
* ui: Menu rendering adjustmentsBlaž Hrastnik2021-05-27
* Display more data in completion popups.Blaž Hrastnik2021-05-22
* Drop some useless imports.Blaž Hrastnik2021-05-09
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
* clippy lintBlaž Hrastnik2021-05-06
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* clippy lintBlaž Hrastnik2021-03-31
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27
* Fix crash if pressing enter when nothing selected in completion.Blaž Hrastnik2021-03-24
* Merge some imports.Blaž Hrastnik2021-03-22
* syntax: Reuse parser instances. highlight_iter() no longer needs &mut.Blaž Hrastnik2021-03-12
* ui: menu: Adjust scroll via required_size area caching.Blaž Hrastnik2021-03-08
* ui: Move terminal into compositor, redo required_size hints.Blaž Hrastnik2021-03-08
* ui: Scrollable popup menu, with scrollbar indicator.Blaž Hrastnik2021-03-03
* ui: Share popup code with menu.Blaž Hrastnik2021-03-02