zed/crates/gpui/src/elements
Antonio Scandurra 57d570c281
Introduce custom fold placeholders (#12214)
This pull request replaces the static `⋯` character we used to insert
when folding a range with a custom render function that return an
`AnyElement`. We plan to use this in the assistant, but for now this
should be behavior-preserving.

Release Notes:

- N/A

---------

Co-authored-by: Nathan <nathan@zed.dev>
Co-authored-by: Conrad <conrad@zed.dev>
2024-05-23 15:22:30 -06:00
..
anchored.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
animation.rs Add the ability to render icons as indicators (#11273) 2024-05-01 17:52:26 -04:00
canvas.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
deferred.rs
div.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
img.rs Extract http from util (#11680) 2024-05-10 15:50:20 -06:00
list.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
mod.rs
svg.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
text.rs Introduce custom fold placeholders (#12214) 2024-05-23 15:22:30 -06:00
uniform_list.rs