zed/crates
Antonio Scandurra b0afb64a6e Fix edge cases when calling refresh_windows
This commit ensures that new views are rendered for the first time. This fixes
a panic that could be reproduced by dropping the `ThemeSelector` and opening
the file finder during the same update.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-03-16 14:51:54 +01:00
..
chat_panel Store settings as a global via a gpui app_state 2022-03-11 15:58:58 -08:00
client Don't starve main thread when lots of messages/events arrive at once 2022-03-11 10:09:13 +01:00
clock Put vector clock serialization logic alongside other serialization logic 2022-03-04 13:54:07 -08:00
collections Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
contacts_panel Store settings as a global via a gpui app_state 2022-03-11 15:58:58 -08:00
diagnostics Only show errors and warnings in project diagnostics 2022-03-15 15:30:05 +01:00
editor Restore underline for warnings about unused code 2022-03-15 13:13:33 -07:00
file_finder Store settings as a global via a gpui app_state 2022-03-11 15:58:58 -08:00
fsevent Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
fuzzy Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
go_to_line fix go to line panic by replacing an unwrap with an and_then 2022-03-15 09:31:24 -07:00
gpui Fix edge cases when calling refresh_windows 2022-03-16 14:51:54 +01:00
gpui_macros Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
journal Disable doctests for all libraries 2022-03-03 16:15:56 -08:00
language Fade out unnecessary code 2022-03-15 15:51:59 +01:00
lsp Start work on relaying settings to language servers 2022-03-11 17:36:27 -08:00
outline Merge branch 'main' into settings-file 2022-03-13 10:43:23 -07:00
project Fade out unnecessary code 2022-03-15 15:51:59 +01:00
project_panel Store settings as a global via a gpui app_state 2022-03-11 15:58:58 -08:00
project_symbols Make all HighlightStyle properties optional 2022-03-15 10:39:43 +01:00
rpc Fade out unnecessary code 2022-03-15 15:51:59 +01:00
search Merge branch 'main' into settings-file 2022-03-13 10:43:23 -07:00
server Implement shift-f8 to go to previous diagnostic 2022-03-15 15:13:23 +01:00
snippet Add a snippet unit test with an escaped curly brace 2022-03-11 13:02:20 -08:00
sum_tree Don't seek FilterCursor upon creation 2022-03-15 15:13:23 +01:00
text Don't seek FilterCursor upon creation 2022-03-15 15:13:23 +01:00
theme Fade out unnecessary code 2022-03-15 15:51:59 +01:00
theme_selector Store settings as a global via a gpui app_state 2022-03-11 15:58:58 -08:00
util Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
workspace Open settings file in new window if current window isn't local 2022-03-14 17:12:07 -07:00
zed v0.21.0 2022-03-15 16:48:28 +01:00