![]() 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. |
||
---|---|---|
.. | ||
picker | ||
completion.rs | ||
document.rs | ||
editor.rs | ||
info.rs | ||
lsp.rs | ||
markdown.rs | ||
menu.rs | ||
mod.rs | ||
overlay.rs | ||
picker.rs | ||
popup.rs | ||
prompt.rs | ||
spinner.rs | ||
statusline.rs | ||
text.rs |