zed/crates/gpui/src
2022-02-02 10:09:12 +01:00
..
elements Derive autocomplete menu's width from the width of its largest item 2022-01-31 13:01:20 -08:00
platform Bind autocomplete to ctrl-space 2022-01-31 11:34:19 -07:00
views
app.rs Maintain search results as query and active editor changes 2022-01-28 15:19:58 +01:00
assets.rs
clipboard.rs
color.rs Fix flaky test_highlighted_ranges due to random TypeId ordering 2022-02-02 10:09:12 +01:00
elements.rs
executor.rs Insert random delays when sending and receiving websocket messages in tests 2022-01-24 16:37:22 -08:00
font_cache.rs
fonts.rs Filter and sort suggestions in autocomplete 2022-02-01 15:11:20 +01:00
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap.rs Add select_first and select_last bindings to outline view 2022-01-14 10:45:37 -08:00
platform.rs Merge remote-tracking branch 'origin/main' into go-to-definition 2022-01-21 11:12:38 -07:00
presenter.rs Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
scene.rs Display squiggly underlines underneath text with diagnostics 2022-01-26 15:52:40 +01:00
test.rs WIP: Start restructuring executor 2022-01-24 18:49:20 +01:00
text_layout.rs Position underlines at a distance proportional to the line descent 2022-01-26 16:03:06 +01:00
util.rs
views.rs