Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Go to file
Nathan Sobo 119aa452b6 Overhaul the entire element system
Now the Element trait is designed to be wrapped in a Lifecycle enum that gets placed inside an ElementBox. This allows the framework to store data on behalf of the Element implementation, such as sizes, bounds, and also implementation-specific LayoutState and PaintState types. This makes it easier to reason about which data is available in each Element method.
2021-03-21 20:54:23 -06:00
.vscode WIP 2021-02-20 16:05:36 -07:00
gpui Overhaul the entire element system 2021-03-21 20:54:23 -06:00
zed Overhaul the entire element system 2021-03-21 20:54:23 -06:00
.gitignore Get basic graphics rendering via Metal 2021-03-20 22:19:26 -06:00
Cargo.lock Overhaul the entire element system 2021-03-21 20:54:23 -06:00
Cargo.toml Start rebuilding with a cleanly-separated UI framework 2021-02-20 10:02:34 -07:00