helix/helix-view/src
Michael Davis 43963473e3
Add a `ConfigDidChange` event
This is meant to be minimal for now and is expected to change as the
config system evolves.

Features like word completion should be able to hook into this to
initialize or clear the word index when the toggle for the feature is
turned on or off (respectively).
2025-06-23 11:32:51 -04:00
..
annotations fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
handlers DAP: Support the startDebugging reverse request (#13403) 2025-06-23 09:48:05 -05:00
annotations.rs render diagnostic inline 2024-07-15 16:35:30 +02:00
base64.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
clipboard.rs Properly prevent `crossterm` features being used when `feature = "term"` not enabled in `helix-view` (#12734) 2025-01-30 17:38:07 -06:00
document.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
editor.rs Add a `ConfigDidChange` event 2025-06-23 11:32:51 -04:00
events.rs Add a `ConfigDidChange` event 2025-06-23 11:32:51 -04:00
expansion.rs feat(commands): add `selection` variable expansion (#13467) 2025-05-04 08:43:09 -05:00
graphics.rs Properly prevent `crossterm` features being used when `feature = "term"` not enabled in `helix-view` (#12734) 2025-01-30 17:38:07 -06:00
gutter.rs Add the `syn_loader` to `Document` 2025-05-13 18:30:21 -04:00
handlers.rs Color swatches ( 🟩 green 🟥 #ffaaaa ) (#12308) 2025-03-23 16:07:02 -05:00
info.rs Use custom titles for register select info boxes 2025-02-19 10:29:15 -05:00
input.rs Support bindings with the Super (Cmd/Win/Meta) modifier (#6592) 2024-12-08 12:35:14 +09:00
keyboard.rs Support bindings with the Super (Cmd/Win/Meta) modifier (#6592) 2024-12-08 12:35:14 +09:00
lib.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
macros.rs Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00
register.rs perf: use `next_back` on `DoubleEndedIterator` 2025-04-06 12:03:14 -05:00
theme.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00
tree.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
view.rs Replace tree-sitter with tree-house 2025-05-13 18:43:43 -04:00