aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/picker.rs
Commit message (Expand)AuthorAge
* picker: Highlight the document on idle timeoutBlaž Hrastnik2022-10-11
* chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)Poliorcetics2022-09-25
* Document MSRV policy (#3913)Pascal Kuthe2022-09-23
* fix: Recalculate completion when going through prompt history (#3193)Frojdholm2022-08-31
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* support toggling pickers' preview panel (#3021)Bob2022-07-18
* Add live preview to theme picker (#1798)Joe2022-07-05
* Highlight whole row in picker menus (#2939)ChrHorn2022-07-02
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* Make indent guides configurableGokul Soumya2022-06-21
* Bump dependencies, allow retain_mut for nowBlaž Hrastnik2022-05-29
* Add theme key for picker separator (#2523)kyrime2022-05-22
* address rust 1.61.0 clippy lints (#2514)Michael Davis2022-05-20
* allow whitespace to be renderedOmnikar2022-04-20
* Resolve conflicts between prompt/picker bindings (#1792)Rohan Jain2022-03-31
* Make truncate_start a builder method insteadBlaž Hrastnik2022-03-28
* Make line a private propertyBlaž Hrastnik2022-03-28
* This doesn't need to be mutBlaž Hrastnik2022-03-28
* Handle panic on move within empty picker (#1786)Rohan Jain2022-03-14
* Picker performance improvementsBlaž Hrastnik2022-03-03
* Highlight matching text in file picker suggestions (#1635)Ludwig Stecher2022-03-01
* Close some popups automatically (#1285)Bram2022-02-23
* Extract a helper function for lsp::LocationBlaž Hrastnik2022-02-18
* Pass through Editor instead of ContextBlaž Hrastnik2022-02-17
* helix-term: implement buffer completerCole Helbling2022-02-17
* Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcut...Ludwig Stecher2022-02-15
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * Improve code action picker by displaying it inlineBlaž Hrastnik2022-01-31
| * Fix picker won't scroll down when it hits the bottom #1544 (#1567)Benjamin2022-01-23
| * Store theme scopes on the loader, this way theme isn't passed aroundBlaž Hrastnik2022-01-23
| * syntax: Split parsing and highlightingBlaž Hrastnik2022-01-23
| * Fix panics when resizing (#1408)Mathis Brossier2022-01-16
| * 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
* | dap: Remove the prompt line parameter, use insert_str insteadBlaž Hrastnik2021-11-22
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-21
|\|
| * 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
* | Make picker take the whole context, not just editorBlaž Hrastnik2021-11-07
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * 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