aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/picker.rs
Commit message (Expand)AuthorAge
* Macros (#1234)Omnikar2021-12-12
* fix: Normalize backtab into shift-tabBlaž Hrastnik2021-12-06
* Bump rust to 1.57, fix new lint failuresBlaž Hrastnik2021-12-03
* Added workspace_symbol_picker (#1041)Ebbe Steenhoudt2021-11-14
* fix: shift-tab mappings broken after efc2b4c7Blaž Hrastnik2021-11-12
* Refactor keyevent handling using key, ctrl macros (#1058)Gokul Soumya2021-11-10
* Prevent preview binary or large file (#939)diegodox2021-11-04
* Truncate the starts of file paths instead of the ends in picker (#951)Omnikar2021-11-04
* Add commands for moving between splits with a direction (#860)Oskar Nehlin2021-10-23
* Update to rust 1.56 + 2021 editionBlaž Hrastnik2021-10-22
* Add `C-j` and `C-k` to keybinds for picker (#876)VuiMuich2021-10-19
* Picker: Don't panick at move_up/move_down when matches is empty (#818)Leoi Hung Kin2021-10-09
* fix: Wrap around the top of the picker menu when scrollingBlaž Hrastnik2021-09-17
* ui: Be smarter about centering previewsBlaž Hrastnik2021-09-08
* ui: prompt: Avoid allocating a prompt name if it's a static stringBlaž Hrastnik2021-08-31
* Move path util functions from helix-term to helix-core (#650)Kirawi2021-08-25
* ui: Tone down the preview highlight by adding a new scopeBlaž Hrastnik2021-08-24
* ui: Fix preview window padding: we want horizontal, not verticalBlaž Hrastnik2021-08-24
* ui: Highlight line ranges in the previewBlaž Hrastnik2021-08-24
* Refactor new Rect construction (#575)Gokul Soumya2021-08-21
* use `ui.text.focus` for the picker (fix #622)Kirawi2021-08-20
* ui: picker: Position count according to input barBlaž Hrastnik2021-08-13
* ui: picker: Use ui.selection instead of ui.selection.primaryBlaž Hrastnik2021-08-13
* ui: picker: Render matches/total countsBlaž Hrastnik2021-08-13
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* Implement in-memory prompt historyBlaž Hrastnik2021-07-26
* Resume last pickerIvan Tham2021-07-22
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Add … when chars are truncated in pickerGokul Soumya2021-06-25
* Fix picker item width overflowGokul Soumya2021-06-24
* Make the prompt callback take a Context.Joe Neeman2021-06-23
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Add filter ability to pickerIvan Tham2021-06-15
* Change picker horizontal split to hIvan Tham2021-06-12
* Match keybindings of menuKevin Sjöberg2021-06-09
* Calculate offset when moving picker cursorKevin Sjöberg2021-06-06
* Do not move past number of matchesKevin Sjöberg2021-06-06
* ESC should exit both completion and insert modeBlaž Hrastnik2021-05-29
* Fix cursor positioning for promptsBlaž Hrastnik2021-05-28
* Drop some useless imports.Blaž Hrastnik2021-05-09
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* Define text color (mostly) in theme.toml.Blaž Hrastnik2021-05-07
* Correct the naming issue with vsplit and hsplit being swapped.Blaž Hrastnik2021-04-08
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* Wire up opening in splits via pickers.Blaž Hrastnik2021-03-29
* Merge some imports.Blaž Hrastnik2021-03-22
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09