ZIm/crates/gpui_macros/src
Michael Sloan 6aba3950d2
Improve keymap json schema (#23044)
Also:

* Adds `impl_internal_actions!` for deriving the `Action` trait without
registering.

* Removes some deserializers that immediately fail in favor of
`#[serde(skip)]` on fields where they were used. This also omits them
from the schema.

Release Notes:

- Keymap settings file now has more JSON schema information to inform
`json-language-server` completions and info, particularly for actions
that take input.
2025-01-13 02:34:35 +00:00
..
derive_into_element.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
derive_path_static_str.rs add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
derive_render.rs Dequalify WindowContext and ViewContext references (#22477) 2024-12-28 23:09:55 +00:00
gpui_macros.rs add ui::Vector and separate images from icons (#17815) 2024-09-13 17:44:16 -04:00
register_action.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
styles.rs gpui: Add cursor style methods of nesw nwse resize (#21801) 2024-12-10 11:54:26 -07:00
test.rs Resolve more todos 2024-01-09 15:08:05 -08:00