aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Propagate idle timeout event to components (#3172)Gokul Soumya2022-10-11
* Add cursorcolumn (#4084)A-Walrus2022-10-08
* Automatically track pseudo-pending text (#4077)Michael Davis2022-10-03
* Add option to skip the first indent guide (#3819)Robin2022-10-03
* Fix signature help panic when too large (#4030)Ivan Tham2022-10-03
* feat(statusline): add option to show total line numbers in file (#3960)Joshua Pauline2022-10-03
* Add configureable statusline mode names (#3311)PeepNSheep2022-10-03
* Add `ui.gutter.selected` option for themes (#3303)ChrHorn2022-10-03
* Cycled to end/beginning + no more matches msgs (#3176)A-Walrus2022-10-03
* Show "Invalid regex" message on enter (Validate) (#3049)A-Walrus2022-10-03
* chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)Poliorcetics2022-09-25
* Document MSRV policy (#3913)Pascal Kuthe2022-09-23
* Fix preview bug (#3644)Joe2022-09-20
* 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