mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
This PR refactors the `CommandPaletteFilter` and `CommandPaletteInterceptor` to better encapsulate their internals. Previously these globals and their fields were publicly accessible, which meant that there was a lot of reaching in and making modifications. These changes should make it easier to add additional consumers of these hooks (right now they're primarily used by Vim mode). Release Notes: - N/A |
||
---|---|---|
.. | ||
normal | ||
test | ||
command.rs | ||
editor_events.rs | ||
insert.rs | ||
mode_indicator.rs | ||
motion.rs | ||
normal.rs | ||
object.rs | ||
replace.rs | ||
state.rs | ||
test.rs | ||
utils.rs | ||
vim.rs | ||
visual.rs |