ZIm/crates/editor/src
Danilo Leal 2cde6da5ff
Redesign and clean up all icons across Zed (#35856)
- [x] Clean up unused and old icons
- [x] Swap SVG for all in-use icons with the redesigned version
- [x] Document guidelines

Release Notes:

- N/A
2025-08-08 15:34:36 -03:00
..
display_map Reduce amount of allocations in RustLsp label handling (#35786) 2025-08-07 13:24:29 +00:00
git sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00
scroll editor: Fix Follow Agent unexpectedly stopping during edits (#35845) 2025-08-08 06:17:37 +05:30
test language: Update block_comment and documentation comment (#34861) 2025-07-23 20:38:52 +05:30
actions.rs Add UnwrapSyntaxNode action (#31421) 2025-08-07 07:52:22 +03:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs Use new language server info on remote servers (#35682) 2025-08-05 23:24:40 +00:00
code_completion_tests.rs editor: Prioritize fuzzy score over sort positions in code completion sort (#35229) 2025-07-29 01:15:29 +05:30
code_context_menus.rs editor: Prioritize fuzzy score over sort positions in code completion sort (#35229) 2025-07-29 01:15:29 +05:30
display_map.rs Rename remaining mentions of "inline completion" to "edit prediction" (#35512) 2025-08-04 16:22:18 +00:00
edit_prediction_tests.rs completions: Add subtle/eager behavior to Supermaven and Copilot (#35548) 2025-08-07 18:27:29 +03:00
editor.rs editor: Consider mixed hover link kinds when navigating to multibuffer (#35828) 2025-08-08 05:32:51 +00:00
editor_settings.rs Add setting to hide active language button in the status bar (#33977) 2025-08-08 05:04:30 +00:00
editor_settings_controls.rs Migrate to schemars version 1.0 (#33635) 2025-06-30 21:07:28 +00:00
editor_tests.rs Add UnwrapSyntaxNode action (#31421) 2025-08-07 07:52:22 +03:00
element.rs git: Make inline blame padding configurable (#33631) 2025-08-08 01:35:07 +00:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs debugger: Parse and highlight text with ANSI escape sequences (#32915) 2025-06-17 23:39:31 -04:00
hover_links.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
hover_popover.rs editor: Fix diagnostic popovers not being scrollable (#33581) 2025-07-08 16:14:22 +03:00
indent_guides.rs Fix editor rendering slowness with large folds (#31569) 2025-05-28 23:05:06 +00:00
inlay_hint_cache.rs Reduce amount of allocations in RustLsp label handling (#35786) 2025-08-07 13:24:29 +00:00
items.rs Redesign and clean up all icons across Zed (#35856) 2025-08-08 15:34:36 -03:00
jsx_tag_auto_close.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
linked_editing_ranges.rs Stop sending redundant LSP proto requests (#35581) 2025-08-05 13:36:05 +00:00
lsp_colors.rs Cache LSP code lens requests (#35207) 2025-07-29 09:51:58 +03:00
lsp_ext.rs Use new language server info on remote servers (#35682) 2025-08-05 23:24:40 +00:00
mouse_context_menu.rs debugger: Show run to cursor in editor's context menu (#35745) 2025-08-06 15:45:22 -04:00
movement.rs Rename remaining mentions of "inline completion" to "edit prediction" (#35512) 2025-08-04 16:22:18 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
rust_analyzer_ext.rs Use new language server info on remote servers (#35682) 2025-08-05 23:24:40 +00:00
scroll.rs editor: Fix Follow Agent unexpectedly stopping during edits (#35845) 2025-08-08 06:17:37 +05:30
selections_collection.rs Fix panic when editor::OpenSelectionsInMultibuffer only has pending selection (#32842) 2025-06-17 08:35:14 +00:00
signature_help.rs Reduce amount of allocations in RustLsp label handling (#35786) 2025-08-07 13:24:29 +00:00
tasks.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
test.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00