You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src/ui
Michael Davis dae3841a75
Use an AsyncHook for picker preview highlighting
The picker previously used the IdleTimeout event as a trigger for
syntax-highlighting the currently selected document in the preview pane.
This is a bit ad-hoc now that the event system has landed and we can
refactor towards an AsyncHook (like those used for LSP completion and
signature-help). This should resolve some odd scenarios where the
preview did not highlight because of a race between the idle timeout
and items appearing in the picker.
2 months ago
..
picker Use an AsyncHook for picker preview highlighting 2 months ago
completion.rs tui: Constify functions, shrink Margin representation 4 months ago
document.rs don't manually grapheme align ts highlights (#10310) 6 months ago
editor.rs fix(editor): prevent overflow in count modifier (#10930) 4 months ago
info.rs tui: Constify functions, shrink Margin representation 4 months ago
lsp.rs tui: Constify functions, shrink Margin representation 4 months ago
markdown.rs tui: Constify functions, shrink Margin representation 4 months ago
menu.rs fix popup size calculation 5 months ago
mod.rs Allow multiple language server with lsp-workspace-command (#10176) 3 months ago
overlay.rs Fix typos (#6643) 1 year ago
picker.rs Use an AsyncHook for picker preview highlighting 2 months ago
popup.rs tui: Constify functions, shrink Margin representation 4 months ago
prompt.rs Make prompt use cursor set for Insert mode (#10945) 3 months ago
spinner.rs use newtype parttern for langauge server id 5 months ago
statusline.rs Revert "Refactor statusline elements to build `Spans` (#9122)" (#10642) 5 months ago
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 7 months ago