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
Cole Helbling 6118486eb2 helix-term: implement buffer completer
In order to implement this completer, the completion function needs to
be able to access the compositor's context (to allow it to get the
list of buffers currently open in the context's editor).
2 years ago
..
completion.rs Use markup scopes for the Markdown component (#1363) 2 years ago
editor.rs Merge remote-tracking branch 'origin/master' into debug 2 years ago
info.rs info component style config use ui.info ui.info.text (#643) 3 years ago
markdown.rs fix: There is no such thing as markup.normal, use ui.text 2 years ago
menu.rs ui: menu: Don't allocate scrollbar space if options fit 2 years ago
mod.rs helix-term: implement buffer completer 2 years ago
overlay.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 2 years ago
picker.rs helix-term: implement buffer completer 2 years ago
popup.rs Render code actions as a menu, allow adding padding to popup 2 years ago
prompt.rs helix-term: implement buffer completer 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
text.rs dap: Improve variables UI 3 years ago