aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Render html <code> tags as code in markdown (#3425)A-Walrus2022-09-13
* Add `text` to language completerA-Walrus2022-09-10
* Remove LspNotDefined, instead return an Option<>Blaž Hrastnik2022-09-07
* Fix cargo doc warnings, and add GitHub action to ensure it (#3650)A-Walrus2022-09-03
* Expand doc/view macros to allow fetching specific idBlaž Hrastnik2022-09-03
* initial implementation of bufferline (#2759)aaron4042022-09-02
* Fix closing buffer with custom keymap (#3633)A-Walrus2022-09-01
* Make mode editor-wide rather than per-documentBlaž Hrastnik2022-09-01
* 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
* Avoid command execution hooks on closed docs (#3613)Michael Davis2022-08-31
* Move mode transition logic to handle_keymap_event() (#2634)Lucy2022-08-31
* Use the original document and view for mode transition hooks (#3508)Michael Davis2022-08-31
* fix: Recalculate completion after pasting into promptBlaž Hrastnik2022-08-30
* completion: remove_follow links on filename_implBlaž Hrastnik2022-08-30
* Derive Document language name from languages.toml name key (#3338)Michael Davis2022-08-30
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Fix markdown indented code block rendering (#3503)Clay2022-08-24
* fix: Reset document mode when losing focusBlaž Hrastnik2022-08-23
* Update to crossterm-0.25 (#3390)Charlie Groves2022-08-22
* Switch to `tabpad` configuration option (#3458)A-Walrus2022-08-21
* remove duplicate entries from theme picker (#3439)ChrHorn2022-08-15
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Add completion for nested settings (#3183)A-Walrus2022-08-06
* Fix tab highlight when tab is partially visible (#3313)A-Walrus2022-08-06
* Fix indent guide styling (#3324)A-Walrus2022-08-06
* Avoid copying fragments (#3136)Matthias Deiml2022-08-04
* Resolve clippy lints (#3307)Omnikar2022-08-04
* Don't add empty prompt input to history (#3259)A-Walrus2022-07-30
* add configurable / theme-able statusline separator string (#3175)Seth Bromberger2022-07-26
* add position-percentage as a statusline indicator (#3168)Seth Bromberger2022-07-26
* add spacer element to statusline (#3165)Seth Bromberger2022-07-26
* add statusline element to display file line endings (#3113)Alexis Kalabura2022-07-21
* fix: Indent levels could bleed over on the left edgeBlaž Hrastnik2022-07-20
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* support prefilling prompt (#2459)Bob2022-07-18
* Make gutters padding optional (#2996)Ivan Tham2022-07-18
* support toggling pickers' preview panel (#3021)Bob2022-07-18
* Customizable/configurable status line (#2434)Mr. E2022-07-18
* feat(term): uniformize word-wise movement and deletion (#2500)Benoît Cortier2022-07-15
* Fix some typos (#2978)A-Walrus2022-07-06
* 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
* Sort themes, language & files by score & then name (#2675)Michael Jones2022-07-01
* Add mode specific styles (#2676)Mathspy2022-06-30
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* fixes background reset (#2900)Seth Bromberger2022-06-28
* Refactor handling of mouse events (#2893)Gokul Soumya2022-06-27