zed/crates
2023-03-30 15:41:54 -04:00
..
activity_indicator Add labeled tasks to gpui and observe them in the activity status to give feedback when we are still waiting for the language server 2023-02-20 20:28:48 -08:00
assets Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
auto_update Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
breadcrumbs Open symbol outline when clicking on editor breadcrumbs 2023-03-29 15:46:43 -04:00
call Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
cli Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
client Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Invoke npm from downloaded Node 2023-03-27 00:00:16 -04:00
collab_ui Merge branch 'main' into lsp-file-change-notifications 2023-03-24 08:52:43 -07:00
collections Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
command_palette Add blank pane experience 2023-03-08 17:56:39 -08:00
context_menu Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage 2023-02-23 14:10:55 -08:00
db Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
diagnostics Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
drag_and_drop Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
editor Speed up tab searching in TabMap::sync by looking for \t only 2023-03-30 10:03:13 +02:00
feedback Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
file_finder Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
fs Update worktree randomized test to use worktree's public interface and the fake fs 2023-03-21 11:26:13 -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 Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
gpui Open a new window when activating Zed from the dock w/ no windows open 2023-03-29 17:24:44 -07:00
gpui_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
install_cli Add base keymap setting 2023-03-07 12:19:51 -08:00
journal Merge pull request #2199 from zed-industries/welcome-experience 2023-03-10 10:48:30 -08:00
language Allow each language adapter to provide their own code action kinds array 2023-03-30 15:41:54 -04:00
language_selector changed language status bar item to only show on editors 2023-03-23 13:29:23 -07:00
live_kit_client Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
live_kit_server Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
lsp Allow each language adapter to provide their own code action kinds array 2023-03-30 15:41:54 -04: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
outline Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
picker Never call set_selected_index with an invalid index 2023-03-17 09:32:01 -07:00
plugin Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
plugin_macros Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
plugin_runtime Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
project Allow each language adapter to provide their own code action kinds array 2023-03-30 15:41:54 -04:00
project_panel Fix infinite loop in ProjectPanel::paste when filename has multiple dots 2023-03-27 16:45:11 -07:00
project_symbols Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
recent_projects Fix error 2023-03-30 14:03:59 +03:00
rope Enhance randomized test to verify SuggestionMap::{chunks,sync} 2023-03-20 19:29:22 +01:00
rpc Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
search Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
settings Merge pull request #2313 from zed-industries/unify-spelling-of-key-binding-to-be-two-words 2023-03-27 15:58:12 -04: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
sum_tree Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
terminal Deserialize Theme directly into the heap to avoid stack overflow 2023-03-17 15:58:52 +01:00
terminal_view Open symbol outline when clicking on editor breadcrumbs 2023-03-29 15:46:43 -04:00
text Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
theme Open symbol outline when clicking on editor breadcrumbs 2023-03-29 15:46:43 -04:00
theme_selector Move postage crate version specification to workspace Cargo.toml 2023-03-21 11:26:13 -07:00
theme_testbench Avoid storing fonts::Features in TextStyle 2023-03-17 15:12:02 +01:00
util Fix doctests 2023-03-30 17:57:14 +03:00
vim Merge pull request #2313 from zed-industries/unify-spelling-of-key-binding-to-be-two-words 2023-03-27 15:58:12 -04:00
welcome Add a note on how to check the telemetry 2023-03-08 18:47:52 -08:00
workspace Open symbol outline when clicking on editor breadcrumbs 2023-03-29 15:46:43 -04:00
zed Allow each language adapter to provide their own code action kinds array 2023-03-30 15:41:54 -04:00