helix-mods/helix-term/src/ui
Daniel S Poulin 700058f433
Always ignore the .git directory in file picker (#1604)
Some users (including myself) want to turn off filtering of files
prefixed with `.`, as they are often useful to edit. For example, `.env`
files, configuration for linters `.eslint.json` and the like.
2022-02-20 15:47:43 +09:00
..
completion.rs Use markup scopes for the Markdown component (#1363) 2022-01-24 10:41:25 +09:00
editor.rs feat(commands): command palette (#1400) 2022-02-17 14:03:11 +09:00
info.rs info component style config use ui.info ui.info.text (#643) 2021-08-24 09:58:19 +09:00
markdown.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00
menu.rs ui: menu: Don't allocate scrollbar space if options fit 2022-02-01 01:25:59 +09:00
mod.rs Always ignore the .git directory in file picker (#1604) 2022-02-20 15:47:43 +09:00
overlay.rs Add PageUp, PageDown, Ctrl-u, Ctrl-d, Home, End keyboard shortcuts to file picker (#1612) 2022-02-15 10:24:03 +09:00
picker.rs Extract a helper function for lsp::Location 2022-02-18 14:37:59 +09:00
popup.rs Render code actions as a menu, allow adding padding to popup 2022-01-31 16:04:58 +09:00
prompt.rs ui: prompt: Render aliases + border on the doc 2022-02-20 14:55:16 +09:00
spinner.rs Instant is more suitable than SystemTime for spinners 2022-02-10 11:12:47 +09:00
text.rs fix: Allow multi-line prompt documentation 2022-02-20 14:44:44 +09:00