aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
* feat(lsp): LSP preselected items appear first in completion menu (#4480)lazytanuki2022-10-27
* fix: repeating repeat operator (#4450)Michał Zabielski2022-10-26
* Render diagnostics in the file picker preview (#4324)Michael Davis2022-10-25
* lsp: Resolve completion items missing documentation on idle (#4406)Michael Davis2022-10-22
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* never sort menu items when no fuzzy matching is possiblePascal Kuthe2022-10-21
* sort autocompletins by fuzzy matchPascal Kuthe2022-10-21
* sort codeaction by their kind instead of alphabeticallyPascal Kuthe2022-10-21
* remove Callback::Compositor variantSkyler Hawthorne2022-10-19
* factor editor event handling into functionSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* Replace `in_bounds` with calculation of end_indentA-Walrus2022-10-17
* Only draw indent guides within boundsA-Walrus2022-10-17
* Make skip_levels a u8A-Walrus2022-10-17
* Fix rendering of lines longer than 2^16A-Walrus2022-10-17
* Fix debug assertion for diagnostic sort order (#4319)Michael Davis2022-10-16
* nit: remove a String allocation that is immediately used as an &str (#4277)Poliorcetics2022-10-14
* Overlay all diagnostics with highest severity on top (#4113)Michael Davis2022-10-11
* remove filterting with C-space from pickerPascal Kuthe2022-10-11
* Treat space as a seperator instead of a character in fuzzy pickerPascal Kuthe2022-10-11
* Add a helper function for applying transactionsMichael Davis2022-10-11
* Apply transactions to ViewsMichael Davis2022-10-11
* picker: Highlight the document on idle timeoutBlaž Hrastnik2022-10-11
* 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