zed/crates/editor/src
Piotr Osiewicz bd6d385817
gpui: Pass Style by value to request_layout (#11597)
A minor thing I've spotted and decided to fix on the spot.
It was being cloned twice within the body of that function (one of which
was redundant even without this PR); now in most cases we go down from 2
clones to 0.
Release Notes:

- N/A
2024-05-09 11:38:53 +02:00
..
display_map Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
git Add a registry for GitHostingProviders (#11470) 2024-05-06 21:24:48 -04:00
scroll Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
test Do not show diffs for files with \r\n contents (#11519) 2024-05-08 00:37:09 +03:00
actions.rs Add support for detecting tests in source files, and implement it for Rust (#11195) 2024-05-05 16:32:48 +02:00
blame_entry_tooltip.rs Increase short SHA length to 7 characters (#11492) 2024-05-07 11:10:44 -04:00
blink_manager.rs
debounced_delay.rs
display_map.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
editor.rs Do away with display points in toggle_code_actions 2024-05-08 16:34:56 +02:00
editor_settings.rs Scrollbar markers for cursors (#10816) 2024-04-27 02:26:42 +03:00
editor_tests.rs Remember window restore size (#10429) 2024-05-07 23:29:03 -06:00
element.rs gpui: Pass Style by value to request_layout (#11597) 2024-05-09 11:38:53 +02:00
git.rs Do not show diffs for files with \r\n contents (#11519) 2024-05-08 00:37:09 +03:00
highlight_matching_bracket.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00
hover_links.rs Fix backwards mouse selection in vim mode (#11329) 2024-05-03 10:29:30 -06:00
hover_popover.rs Pass hover position as an anchor (#11578) 2024-05-08 15:39:37 -06:00
hunk_diff.rs Improve deleted hunk blocks' behavior (#11340) 2024-05-03 12:18:50 +03:00
inlay_hint_cache.rs Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
inline_completion_provider.rs Supermaven enhanced (#11521) 2024-05-07 15:38:03 -07:00
items.rs support vim replace command with range (#10709) 2024-04-29 18:49:30 -06:00
mouse_context_menu.rs Add support for detecting tests in source files, and implement it for Rust (#11195) 2024-05-05 16:32:48 +02:00
movement.rs Adjust left movement when soft_wrap mode is used (#10464) 2024-04-12 10:36:31 -06:00
persistence.rs
rust_analyzer_ext.rs open new buffer (#11203) 2024-04-30 16:09:43 -06:00
scroll.rs Allow to toggle git hunk diffs (#11080) 2024-05-01 22:47:36 +03:00
selections_collection.rs Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
tasks.rs Add support for detecting tests in source files, and implement it for Rust (#11195) 2024-05-05 16:32:48 +02:00
test.rs Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00