ZIm/crates/assistant_context_editor
Mikayla Maki a7c549b85b
Fix window double borrows (#23739)
Fix bugs caused by the window context PR, where the window could be on
the stack and is then requested from the App.
This PR also adds derive macros for `AppContext` and `VisualContext` so
that it's easy to define further contexts in API code, such as
`editor::BlockContext`.

Release Notes:

- N/A
2025-01-27 21:56:29 +00:00
..
src Fix window double borrows (#23739) 2025-01-27 21:56:29 +00:00
Cargo.toml Extract ContextEditor to assistant_context_editor (#23433) 2025-01-21 23:08:34 +00:00
LICENSE-GPL Add assistant_context_editor crate (#23429) 2025-01-21 21:22:59 +00:00