aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/prompt.rs
Commit message (Expand)AuthorAge
* fix division by zero when prompt completion area is too small (#9524)Diego2024-02-06
* Preview the latest value for regular registersMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* highlighted_code_block: Take input text as &strMichael Davis2023-07-27
* Syntax-highlight regex promptsMichael Davis2023-07-27
* Clear statusline while prompt is visible (#7646)Pascal Kuthe2023-07-17
* Fix #6669: Theme preview doesn't return theme to normal (#6694)shem2023-04-12
* Add shift-backspace keybind alias for backspace (#4937)lesleyrs2023-02-28
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* Make prompt suggestions greyed outJonathan LEI2022-12-17
* Refactor blackhole register (#4504)ath32022-11-15
* Escape filenames in command completionMichael Davis2022-11-07
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
* Fix preview bug (#3644)Joe2022-09-20
* Fix cargo doc warnings, and add GitHub action to ensure it (#3650)A-Walrus2022-09-03
* fix: prevents storing last prompt if is top of stack (#3609)Saber Haj Rabiee2022-09-01
* Fix Prompt::handle_event compilationMichael Davis2022-08-31
* fix: Recalculate completion when going through prompt history (#3193)Frojdholm2022-08-31
* fix: Recalculate completion after pasting into promptBlaž Hrastnik2022-08-30
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Don't add empty prompt input to history (#3259)A-Walrus2022-07-30
* support prefilling prompt (#2459)Bob2022-07-18
* feat(term): uniformize word-wise movement and deletion (#2500)Benoît Cortier2022-07-15
* fixes showing the last prompt on empty input (#2870)Saber Haj Rabiee2022-06-24
* Remove a couple more unwrapsBlaž Hrastnik2022-06-21
* Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* prompt: If submitting empty prompt, use default (last used)Blaž Hrastnik2022-06-06
* use ui.menu instead of ui.statusline for command completion menu themeChristoph Horn2022-05-20
* support insert register in prompt (#2458)Bob2022-05-20
* Auto-complete directory members (#1801) (#1907)Roland Kovacs2022-05-02
* feat(ui): treat slashes as word separators in prompt (#2315)unrelentingtech2022-04-30
* fix: prompt: pass through unmapped keys regardless of modifiersBlaž Hrastnik2022-04-13
* Make line a private propertyBlaž Hrastnik2022-03-28
* Close some popups automatically (#1285)Bram2022-02-23
* ui: prompt: Render aliases + border on the docBlaž Hrastnik2022-02-20
* fix: Allow multi-line prompt documentationBlaž Hrastnik2022-02-20
* Pass through Editor instead of ContextBlaž Hrastnik2022-02-17
* helix-term: implement buffer completerCole Helbling2022-02-17
* Fix panics when resizing (#1408)Mathis Brossier2022-01-16
* fix: Use std::path::MAIN_SEPARATOR to determine completionBlaž Hrastnik2022-01-06
* Apply recent nightly suggestions (#1286)Kirawi2021-12-18
* Macros (#1234)Omnikar2021-12-12
* fix: Normalize backtab into shift-tabBlaž Hrastnik2021-12-06
* Readline style insert mode (#1039)Bob2021-11-15
* fix: shift-tab mappings broken after efc2b4c7Blaž Hrastnik2021-11-12
* Fix moving with arrow keys in prompt (#1070)ath32021-11-11
* Refactor keyevent handling using key, ctrl macros (#1058)Gokul Soumya2021-11-10
* add <C-h>, <C-u>, <C-d>, Delete in prompt mode (#1034)Bob2021-11-09