aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui
Commit message (Expand)AuthorAge
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Add hook/event systemPascal Kuthe2024-01-23
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Address clippy lints (#9371)Daniel Sedlak2024-01-17
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* update history of a newly focused view (#9271)Pascal Kuthe2024-01-09
* Support drawing popup frame (#4313)ath32023-12-19
* fix(ui): use crossterm cursor when at the end of the rope (#8934)Hendrik Norkowski2023-11-28
* use crossterm cursor in editor when out of focus (#6858)Hendrik Norkowski2023-11-27
* Fix precedence of ui.virtual.whitespace (#8879)chtenb2023-11-25
* Revert "Fix precedence of ui.virtual.whitespace (#8750)"Blaž Hrastnik2023-11-22
* Fix precedence of ui.virtual.whitespace (#8750)chtenb2023-11-22
* Only render preview if picker has a preview function (#8667)Ryan Mehri2023-10-30
* Add helix-specific ignore files (#8099)Paul Olteanu2023-10-21
* fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl...Yomain2023-10-17
* markdown: Recognize `<code>` tags with attributes as code (#8397)Michael Davis2023-09-26
* Style Bold/Italic/Strikethrough markdown in docs (#8385)A-Walrus2023-09-25
* correctly center items in picker previewPascal Kuthe2023-09-14
* fix crash in picker preview for invalid rangesPascal Kuthe2023-09-14
* fix syntax highlights in dynamic picker (#8206)Pascal Kuthe2023-09-09
* Fix Clone definition for Injector (#8194)Michael Davis2023-09-07
* Don't use word splitting during fuzzy matching (#8192)Pascal Kuthe2023-09-06
* Do not show (running) when opening picker (#8148)Pascal Kuthe2023-09-06
* avoid excessive memory consumption in picker (#8127)Pascal Kuthe2023-09-01
* Clear completion when switching windows via click (#8118)Michael Davis2023-08-31
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* fix: line numbers remain relative when helix loses focus (#7955)woojiq2023-08-29
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Include completions for git-ignored files in debugger prompt (#7936)quantonganh2023-08-14
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* Center the picker preview selection using visual lines (#7837)Jesse Luehrs2023-08-08
* Skip rendering gutters when gutter width exceeds view width (#7821)Anshul Dalal2023-08-08
* feat: smart_tabSkyler Hawthorne2023-08-01
* Preview the latest value for regular registersMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* Reformat with nightly rustfmt for better let-else formatting (#7721)Philipp Mildenberger2023-07-27
* highlighted_code_block: Take input text as &strMichael Davis2023-07-27
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* Tune regex highlights for usage in promptsMichael Davis2023-07-27
* Syntax-highlight regex promptsMichael Davis2023-07-27
* Save an undo checkpoint before accepting completion (#7747)Michael Davis2023-07-27
* Clear statusline while prompt is visible (#7646)Pascal Kuthe2023-07-17
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Fix Component implementations for Picker (#7382)Michael Davis2023-06-19
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Move FilePicker struct def closer to impl blockGokul Soumya2023-06-18
* Render the preview in FilePickerGokul Soumya2023-06-18
* Move Picker::render into FilePicker::renderGokul Soumya2023-06-18