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
Alexis (Poliorcetics) Bourget 34389e1d54 nit: Do less allocations in `ui::menu::Item::label` implementations
This complicates the code a little but it often divides by two the number of allocations done by
the functions. LSP labels especially can easily be called dozens of time in a single menu popup,
when listing references for example.
2 years ago
..
commands nit: Do less allocations in `ui::menu::Item::label` implementations 2 years ago
keymap Change diagnostic picker keybind to <space>d (#4229) 2 years ago
ui Autosave all when the terminal loses focus (#3178) 2 years ago
application.rs nit: move an allocation to happen after a `continue`, making sure it's 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs nit: Do less allocations in `ui::menu::Item::label` implementations 2 years ago
compositor.rs Editor::flush_writes returns an error 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Show clipboard info in --health output (#2947) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs Improve keymap errors from command typos (#3931) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs document should save even if formatter fails 2 years ago