zed/crates
Hans eb3264c0ad
change HashSet to BTreeSet (#9734)
I found that there may be some minor problems here, in editor.edit may
be more dependent on the order of operations, if the same set of
operations, different execution orders may lead to some different
results, so maybe we need to use BTreeSet instead of HashSet, because
HashSet may not be able to ensure that the same set of data order is
consistent, but maybe my worries are too much

Release notes:

- N/A
2024-03-25 12:13:44 +01:00
..
activity_indicator Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
assets
assistant Add setting to allow disabling the Assistant (#9706) 2024-03-22 11:55:29 -04:00
audio
auto_update
breadcrumbs
call
channel Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
cli Make the cli crate depend on workspace clap (#9507) 2024-03-18 20:00:37 +01:00
client remoting (#9680) 2024-03-22 08:44:56 -06:00
clock
collab Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
collab_ui Fix invalid highlight position for (edited) text (#9660) 2024-03-21 13:37:45 -06:00
collections
color Fix hex_to_hsla inside the color crate (#9412) 2024-03-15 16:58:46 -04:00
command_palette Encapsulate CommandPaletteFilter and CommandPaletteInterceptor (#9402) 2024-03-15 12:37:25 -04:00
command_palette_hooks Encapsulate CommandPaletteFilter and CommandPaletteInterceptor (#9402) 2024-03-15 12:37:25 -04:00
copilot Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
copilot_ui Fix copilot modal (#9613) 2024-03-20 20:37:40 -06:00
db Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
diagnostics Add an animation to the LSP checking indicator (#9463) 2024-03-19 10:16:18 -07:00
editor Improve the clarity of multi buffer headers (#9722) 2024-03-22 15:38:19 -07:00
extension Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
extension_api Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
extension_cli extension_cli: Populate grammars from grammars directory for legacy extension formats (#9650) 2024-03-21 12:31:53 -04:00
extensions_ui Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
feature_flags
feedback
file_finder Action release handlers (#8782) 2024-03-20 18:43:31 -06:00
fs Windows: implement symlink (#9508) 2024-03-18 14:27:39 -07:00
fsevent
fuzzy
git
go_to_line
google_ai Fix licensing errors 2024-03-20 15:52:02 +01:00
gpui chat panel: Fix tooltips not working for links (#9691) 2024-03-22 14:47:57 +01:00
gpui_macros
image_viewer Image viewer (#9425) 2024-03-19 10:13:10 -07:00
install_cli
journal Revert "Revert "chore: Bump Rust version to 1.77 (#9631)"" (#9672) 2024-03-22 11:17:16 +01:00
language Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
language_selector
language_tools
languages Workspace configuration for elixir-ls LSP (#9330) 2024-03-25 09:35:28 +01:00
live_kit_client Add a schema to extensions, to prevent installing extensions on too old of a Zed version (#9599) 2024-03-20 17:33:26 -04:00
live_kit_server Merge prost dependecies (#9522) 2024-03-18 20:33:20 -06:00
lsp lsp: Add partial support for insert/replace completions (#9634) 2024-03-21 16:19:21 +01:00
markdown_preview markdown preview: Improve task list visuals (#9695) 2024-03-25 09:43:17 +01:00
media
menu
multi_buffer
node_runtime Allow extensions to define more of the methods in the LspAdapter trait (#9554) 2024-03-20 12:47:04 -07:00
notifications
open_ai Hard code max token counts for supported models (#9675) 2024-03-21 20:30:33 -06:00
outline
picker Clean up Picker constructor signature (#9500) 2024-03-18 12:27:51 -04:00
prettier Fix prettier-plugin-organize-imports plugin removes used imports (#9598) 2024-03-21 08:23:15 +01:00
project Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
project_panel Fix skip prompt warning (#9590) 2024-03-20 13:35:29 -07:00
project_symbols
quick_action_bar
recent_projects chore: Wrap WorkspaceId in newtype (#9492) 2024-03-18 12:39:03 +01:00
refineable
release_channel
rich_text
rope Revert "language: Remove buffer fingerprinting (#9007)" 2024-03-21 14:10:18 -06:00
rpc Revert "language: Remove buffer fingerprinting (#9007)" 2024-03-21 14:10:18 -06:00
search Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
settings Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
snippet
sqlez
sqlez_macros
story
storybook windows: Add manifest for storybook (#9453) 2024-03-18 10:14:01 -04:00
sum_tree
task Extensions registering tasks (#9572) 2024-03-22 16:18:33 +01:00
tasks_ui Extensions registering tasks (#9572) 2024-03-22 16:18:33 +01:00
telemetry_events
terminal Do not enable venv in terminal for bash-like oneshot task invocations (#8444) 2024-03-21 19:40:33 +02:00
terminal_view
text
theme remoting (#9680) 2024-03-22 08:44:56 -06:00
theme_importer
theme_selector Add support for applying theme after extension is installed (#9529) 2024-03-20 11:13:58 -04:00
time_format
ui ui: Make top_padding an associated function on the TitleBar (#9577) 2024-03-20 10:55:09 -04:00
util Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
vcs_menu
vim change HashSet to BTreeSet (#9734) 2024-03-25 12:13:44 +01:00
welcome Allow specifying no base keymap (#9471) 2024-03-20 18:52:17 -06:00
workspace Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
worktree Revert "language: Remove buffer fingerprinting (#9007)" 2024-03-21 14:10:18 -06:00
zed Fix issues with extension API that come up when moving Svelte into an extension (#9611) 2024-03-22 17:29:06 -07:00
zed_actions