| Commit message (Expand) | Author | Age |
* | Fix Prompt::handle_event compilation | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | fix: Recalculate completion after pasting into prompt | Blaž Hrastnik | 2022-08-30 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Don't add empty prompt input to history (#3259) | A-Walrus | 2022-07-30 |
* | support prefilling prompt (#2459) | Bob | 2022-07-18 |
* | feat(term): uniformize word-wise movement and deletion (#2500) | Benoît Cortier | 2022-07-15 |
* | fixes showing the last prompt on empty input (#2870) | Saber Haj Rabiee | 2022-06-24 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
* | prompt: If submitting empty prompt, use default (last used) | Blaž Hrastnik | 2022-06-06 |
* | use ui.menu instead of ui.statusline for command completion menu theme | Christoph Horn | 2022-05-20 |
* | support insert register in prompt (#2458) | Bob | 2022-05-20 |
* | Auto-complete directory members (#1801) (#1907) | Roland Kovacs | 2022-05-02 |
* | feat(ui): treat slashes as word separators in prompt (#2315) | unrelentingtech | 2022-04-30 |
* | fix: prompt: pass through unmapped keys regardless of modifiers | Blaž Hrastnik | 2022-04-13 |
* | Make line a private property | Blaž Hrastnik | 2022-03-28 |
* | Close some popups automatically (#1285) | Bram | 2022-02-23 |
* | ui: prompt: Render aliases + border on the doc | Blaž Hrastnik | 2022-02-20 |
* | fix: Allow multi-line prompt documentation | Blaž Hrastnik | 2022-02-20 |
* | Pass through Editor instead of Context | Blaž Hrastnik | 2022-02-17 |
* | helix-term: implement buffer completer | Cole Helbling | 2022-02-17 |
* | Fix panics when resizing (#1408) | Mathis Brossier | 2022-01-16 |
* | fix: Use std::path::MAIN_SEPARATOR to determine completion | Blaž Hrastnik | 2022-01-06 |
* | Apply recent nightly suggestions (#1286) | Kirawi | 2021-12-18 |
* | Macros (#1234) | Omnikar | 2021-12-12 |
* | fix: Normalize backtab into shift-tab | Blaž Hrastnik | 2021-12-06 |
* | Readline style insert mode (#1039) | Bob | 2021-11-15 |
* | fix: shift-tab mappings broken after efc2b4c7 | Blaž Hrastnik | 2021-11-12 |
* | Fix moving with arrow keys in prompt (#1070) | ath3 | 2021-11-11 |
* | Refactor keyevent handling using key, ctrl macros (#1058) | Gokul Soumya | 2021-11-10 |
* | add <C-h>, <C-u>, <C-d>, Delete in prompt mode (#1034) | Bob | 2021-11-09 |
* | Add WORD textobject (#991) | Omnikar | 2021-11-08 |
* | Add c-s to pick word under doc cursor to prompt line & search completion (#831) | CossonLeo | 2021-11-04 |
* | fix: When cycling through prompt history, update event needs to trigger | Blaž Hrastnik | 2021-10-27 |
* | ui: prompt: Avoid allocating a prompt name if it's a static string | Blaž Hrastnik | 2021-08-31 |
* | ui: prompt: Fix typing with alt | Blaž Hrastnik | 2021-08-27 |
* | ui: Refactor styling a bit, ensure infobox is stylable | Blaž Hrastnik | 2021-08-20 |
* | Show file preview in split pane in fuzzy finder (#534) | Gokul Soumya | 2021-08-12 |
* | Implement in-memory prompt history | Blaž Hrastnik | 2021-07-26 |
* | fix: Only try expanding directory completion if it makes sense | Blaž Hrastnik | 2021-07-23 |
* | 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 |
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
* | ui: Paginate prompt completion | Blaž Hrastnik | 2021-06-23 |
* | Fix small screen panics | Blaž Hrastnik | 2021-06-23 |
* | Make the prompt callback take a Context. | Joe Neeman | 2021-06-23 |
* | ui: prompt: Add more keymappings | Blaž Hrastnik | 2021-06-20 |
* | Re-export unicode crates from helix_core | Blaž Hrastnik | 2021-06-20 |