ZIm/crates/editor/src
2025-05-20 23:44:19 +00:00
..
display_map wrap_map: Add capacity to vectors for better performance (#31055) 2025-05-20 23:44:19 +00:00
git Less log spam (non git worktrees; saving with no LSP) (#29557) 2025-04-28 19:09:33 +00:00
scroll chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
test Preserve cursor position when resetting excerpts (#27850) 2025-04-01 16:55:10 +00:00
actions.rs Allow to temporarily toggle diagnostics in the editor (#30316) 2025-05-08 21:47:32 +00:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
code_completion_tests.rs editor: Handle more completion sort cases (#30690) 2025-05-14 18:49:39 +05:30
code_context_menus.rs chore: Bump Rust to 1.87 (#30739) 2025-05-15 22:28:52 +00:00
display_map.rs Remove unnecessary result in line shaping (#30721) 2025-05-16 23:48:36 +02:00
editor.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
editor_settings.rs Add minimap vscode settings import (#30997) 2025-05-20 08:35:20 +00:00
editor_settings_controls.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
editor_tests.rs editor: Hide hover popover when code actions context menu is triggered (#31042) 2025-05-21 03:31:35 +05:30
element.rs debugger: Surface validity of breakpoints (#30380) 2025-05-20 15:56:15 +00:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
hover_links.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
hover_popover.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
indent_guides.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
inlay_hint_cache.rs Separate timeout and connection dropped errors out (#30457) 2025-05-10 15:12:58 +03:00
inline_completion_tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
items.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
jsx_tag_auto_close.rs Fix performance issues in project search related to detecting JSX tag auto-closing (#30842) 2025-05-21 02:37:09 +03:00
linked_editing_ranges.rs editor: Fix extra characters were being written at the end of an HTML tag (#28529) 2025-04-11 00:17:34 +05:30
lsp_ext.rs Use project environment in LSP runnables context (#29761) 2025-05-02 11:01:39 +00:00
mouse_context_menu.rs editor: Fix context menu capitalization (#29717) 2025-05-01 09:58:08 +03:00
movement.rs Allow to temporarily toggle diagnostics in the editor (#30316) 2025-05-08 21:47:32 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
rust_analyzer_ext.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00
scroll.rs editor: Add minimap (#26893) 2025-05-07 23:11:09 +03:00
selections_collection.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
signature_help.rs Use symmetric padding in signature popovers (#27734) 2025-04-01 14:14:33 +02:00
tasks.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
test.rs Allow to temporarily toggle diagnostics in the editor (#30316) 2025-05-08 21:47:32 +00:00