zed/crates
2023-03-13 12:54:20 -07: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 Changed label and text to be generic over static strings and owned strings 2023-02-21 16:47:29 -08:00
breadcrumbs Changed label and text to be generic over static strings and owned strings 2023-02-21 16:47:29 -08:00
call Fix failure to see screenshare tracks that were started prior to joining a call 2023-03-13 11:15:22 -07:00
cli Switch to open based restarting 2023-02-16 16:47:43 -08:00
client Fix failure to see screenshare tracks that were started prior to joining a call 2023-03-13 11:15:22 -07:00
clock Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
collab Fix failure to see screenshare tracks that were started prior to joining a call 2023-03-13 11:15:22 -07:00
collab_ui Remove UI for invite link in prep for beta launch 2023-03-13 12:54:20 -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 Remove permanent Zed stateless 2023-03-08 19:03:50 -08:00
diagnostics Add blank pane experience 2023-03-08 17:56:39 -08:00
drag_and_drop Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
editor Merge pull request #2263 from zed-industries/language-status-bar 2023-03-10 16:26:42 -08:00
feedback Show tooltip for Give Feedback icon 2023-03-11 17:40:47 +02:00
file_finder Add blank pane experience 2023-03-08 17:56:39 -08:00
fs Removed old experiments settings and staff mode flag, added new StaffMode global that is set based on the webserver's staff bit 2023-01-27 15:43:12 -08: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 Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
gpui Leave room on quit 2023-03-13 17:52:10 +01: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 waiting for language to be loaded in LanguageRegistry APIs 2023-03-10 12:17:47 +01:00
language_selector 💄 2023-03-10 17:43:48 +01:00
live_kit_client Fix failure to see screenshare tracks that were started prior to joining a call 2023-03-13 11:15:22 -07:00
live_kit_server Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
lsp Introduce a new TryFutureExt::unwrap method 2023-03-10 11:41:13 +01: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 Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
pando fix build error 2023-02-13 14:12:43 -08:00
picker Merge pull request #2199 from zed-industries/welcome-experience 2023-03-10 10:48:30 -08:00
plugin Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
plugin_macros Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
plugin_runtime Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
project Merge branch 'main' into joseph/z-226-add-terminal-popup-menu 2023-03-11 16:42:42 +02:00
project_panel Update method names to match action names 2023-03-12 06:08:12 -04:00
project_symbols Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
recent_projects Remove panic in recent projects picker 2023-03-13 09:44:42 -07:00
rope Update bromberg dependency to have alloc 2023-02-24 14:34:24 -08:00
rpc Leave room on quit 2023-03-13 17:52:10 +01:00
search Seperate out x-mark width 2023-03-01 00:18:45 -08:00
settings Merge pull request #2244 from zed-industries/less-surprising-defaults 2023-03-13 11:54:46 -07: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 Use terminal titles for buttons 2023-03-07 15:04:12 -05:00
terminal_view Use local overlay position mode and alignment 2023-03-13 12:50:12 +02:00
text Added complete scripts for generating third party license files 2023-01-23 12:47:12 -08:00
theme Remove UI for invite link in prep for beta launch 2023-03-13 12:54:20 -07:00
theme_selector Add base keymap setting 2023-03-07 12:19:51 -08:00
theme_testbench Merge pull request #2198 from zed-industries/more-item-defaults 2023-02-22 09:14:12 -08:00
util Introduce a new TryFutureExt::unwrap method 2023-03-10 11:41:13 +01:00
vim Fix comments 2023-02-28 17:25:35 -08:00
welcome Add a note on how to check the telemetry 2023-03-08 18:47:52 -08:00
workspace Merge pull request #2274 from zed-industries/leave-on-quit 2023-03-13 18:08:01 +01:00
zed v0.78.x dev 2023-03-13 12:00:56 -07:00