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 53ac833efb
Replace picker shutdown bool with version number
This works nicely for dynamic pickers: we stop any running jobs like
global search that are pushing to the injector by incrementing the
version number when we start a new request. The boolean only allowed
us to shut the picker down once, but with a usize a picker can have
multiple "sessions" / "life-cycles" where it receives new options
from an injector.
4 months ago
..
picker Add a special query syntax for Pickers to select columns 4 months ago
completion.rs tui: Constify functions, shrink Margin representation 6 months ago
document.rs don't manually grapheme align ts highlights (#10310) 7 months ago
editor.rs fix(editor): prevent overflow in count modifier (#10930) 5 months ago
info.rs tui: Constify functions, shrink Margin representation 6 months ago
lsp.rs tui: Constify functions, shrink Margin representation 6 months ago
markdown.rs tui: Constify functions, shrink Margin representation 6 months ago
menu.rs Add column configurations for existing pickers 4 months ago
mod.rs Add column configurations for existing pickers 4 months ago
overlay.rs Fix typos (#6643) 2 years ago
picker.rs Replace picker shutdown bool with version number 4 months ago
popup.rs tui: Constify functions, shrink Margin representation 6 months ago
prompt.rs Refactor Picker in terms of columns 4 months ago
spinner.rs use newtype parttern for langauge server id 7 months ago
statusline.rs Revert "Refactor statusline elements to build `Spans` (#9122)" (#10642) 6 months ago
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 9 months ago