docs(avalonia): mark text highlighting as done in checklist

Text highlighting was already implemented via HighlightTextConverter
and TitleHighlightData/SubTitleHighlightData in ResultViewModel.

💘 Generated with Crush

Assisted-by: Kimi for Coding via Crush <crush@charm.land>
This commit is contained in:
taooceros 2026-02-05 01:43:13 +08:00
parent b0dfd0b86c
commit 45e2ce4992

View file

@ -336,7 +336,7 @@
| Result selection | :white_check_mark: Done | Keyboard navigation |
| Result activation | :white_check_mark: Done | Enter to execute |
| Context menu | :white_check_mark: Done | Shift+Enter |
| Text highlighting | :x: Missing | Match highlighting in results |
| Text highlighting | :white_check_mark: Done | Match highlighting in results (bold gold) |
| Auto-complete | :x: Missing | Tab to complete |
| Query suggestions | :x: Missing | Suggestion dropdown |
| History cycling | :x: Missing | Up/Down through history |