zed/crates
Antonio Scandurra bed94455b9 Avoid calling focus_in when creating window
This is redundant because when creating a window we will receive
an activation event if the window was effectively focused. And if
it wasn't, we shouldn't call `focus_in`.
2023-04-17 11:57:51 +02:00
..
activity_indicator WIP 2023-04-12 12:13:35 -06:00
assets Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
auto_update Merge branch 'main' into window_context_2 2023-04-14 12:07:09 +02:00
breadcrumbs WIP 2023-04-12 12:38:26 -06:00
call Merge branch 'main' into randomized-tests-operation-script 2023-04-10 08:45:22 +02:00
cli Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
client Fix unit tests after fixing gpui model drop semantics 2023-04-11 10:58:01 -07:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Fix formatting for the entire workspace 2023-04-14 12:08:33 +02:00
collab_ui Merge branch 'main' into window_context_2 2023-04-14 12:07:09 +02:00
collections Move command palette filter into collections crate 2023-03-28 20:13:17 -07:00
command_palette Move more window-specific methods from AppContext to WindowContext 2023-04-14 10:29:35 +02:00
context_menu Fix most of the warnings 2023-04-14 10:51:53 +02:00
copilot WIP 2023-04-12 12:13:35 -06:00
copilot_button Pass WindowContext to ViewHandle::is_focused 2023-04-14 12:12:08 +02:00
db Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
diagnostics WIP 2023-04-12 12:13:35 -06:00
drag_and_drop WIP 2023-04-12 12:13:35 -06:00
editor Take WindowContext in workspace::ItemHandle methods 2023-04-14 16:36:23 +02:00
feedback Fix formatting for the entire workspace 2023-04-14 12:08:33 +02:00
file_finder WIP 2023-04-12 12:13:35 -06:00
fs Add missing random delays in FakeFs 2023-04-03 22:42:34 -07:00
fsevent Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
fuzzy remove commented line 2023-02-27 12:06:10 -08:00
git Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
go_to_line WIP 2023-04-12 12:13:35 -06:00
gpui Avoid calling focus_in when creating window 2023-04-17 11:57:51 +02:00
gpui_macros Add an 'on_failure' attribute to gpui tests 2023-04-03 18:16:08 -07:00
install_cli Add base keymap setting 2023-03-07 12:19:51 -08:00
journal Fix most of the warnings 2023-04-14 10:51:53 +02:00
language Fix leak when project is unshared while LSP handler waits for edits 2023-04-10 17:03:58 -07:00
language_selector WIP 2023-04-12 12:13:35 -06:00
live_kit_client Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
live_kit_server Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
lsp Provide workspace_folders capability when initializing LSP 2023-04-03 20:12:26 +02:00
media Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
menu Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
node_runtime Refactor out the node runtime crate and hook up all related imports 2023-03-28 10:27:31 -07:00
outline WIP 2023-04-12 12:13:35 -06:00
picker WIP 2023-04-12 12:13:35 -06:00
plugin Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_macros Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
plugin_runtime Use the same serde version across the entire workspace 2023-03-28 09:42:00 -07:00
project Don't process gitignore updates after the initial scan 2023-04-12 18:17:29 -07:00
project_panel Pass WindowContext to ViewHandle::is_focused 2023-04-14 12:12:08 +02:00
project_symbols WIP 2023-04-12 12:13:35 -06:00
recent_projects WIP 2023-04-12 12:13:35 -06:00
rope Enhance randomized test to verify SuggestionMap::{chunks,sync} 2023-03-20 19:29:22 +01:00
rpc Make UpdateDiffBase a Foreground message to prevent reordering 2023-04-11 08:50:26 +02:00
search WIP 2023-04-12 12:38:26 -06:00
settings Move more window-specific methods from AppContext to WindowContext 2023-04-14 10:29:35 +02:00
snippet Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
sqlez fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text 2023-02-13 13:50:37 -08:00
sqlez_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
staff_mode Fix formatting 2023-04-06 15:54:44 -06:00
sum_tree Restructure background scanner to handle refresh requests even while scanning 2023-04-12 16:29:51 -07:00
terminal Don't export platform::* from gpui 2023-04-07 11:45:53 -06:00
terminal_view Fix most of the warnings 2023-04-14 10:51:53 +02:00
text Fix leak when project is unshared while LSP handler waits for edits 2023-04-10 17:03:58 -07:00
theme Fix most of the warnings 2023-04-14 10:51:53 +02:00
theme_selector Fix formatting for the entire workspace 2023-04-14 12:08:33 +02:00
theme_testbench WIP 2023-04-12 12:13:35 -06:00
util In the case of Github release deserialize error, log response text 2023-04-10 16:45:15 -04:00
vim Make full-screen and window bounds callbacks take a WindowContext 2023-04-14 11:56:31 +02:00
welcome WIP 2023-04-12 12:13:35 -06:00
workspace Take WindowContext in workspace::ItemHandle methods 2023-04-14 16:36:23 +02:00
zed Merge branch 'main' into window_context_2 2023-04-14 12:07:09 +02:00