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
Mateusz S. Szczygieł 14e2ced440
Make repeat operator work with completion edits (#1640)
* add basic completion replay

* use transaction as the last completion

* completion replay only on trigger position

* cache changes in CompletionAction

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
..
completion.rs Make repeat operator work with completion edits (#1640) 2 years ago
editor.rs Make repeat operator work with completion edits (#1640) 2 years ago
info.rs info component style config use ui.info ui.info.text (#643) 3 years ago
markdown.rs fix: ui: Markdown popups stopped taking vertical padding into account 2 years ago
menu.rs ignore Enter keypress when menu has no selection (#1704) 2 years ago
mod.rs Minor cleanup of file picker file gathering logic (#1683) 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 Highlight matching text in file picker suggestions (#1635) 2 years ago
popup.rs Close some popups automatically (#1285) 2 years ago
prompt.rs Close some popups automatically (#1285) 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
text.rs fix: Allow multi-line prompt documentation 2 years ago