zed/crates/editor/src
Nathan Sobo cdfe873802
Merge pull request #2343 from zed-industries/handles
Make typed handles wrappers around their untyped equivalents
2023-04-03 09:20:37 -04:00
..
display_map Make autocompletion and copilot mutually exclusive 2023-04-03 14:15:21 +02:00
multi_buffer Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
scroll Fixed issue where the NextScreen action would never have an effect 2022-12-12 15:36:51 -08:00
test Add blank pane experience 2023-03-08 17:56:39 -08:00
blink_manager.rs Show the cursor right away when opening opening/focusing editors 2022-11-04 10:18:47 +01:00
display_map.rs Make autocompletion and copilot mutually exclusive 2023-04-03 14:15:21 +02:00
editor.rs Merge pull request #2343 from zed-industries/handles 2023-04-03 09:20:37 -04:00
editor_tests.rs Don't use TabMap::expand_tabs in line_indent_for_buffer_row 2023-03-28 17:37:57 -07:00
element.rs Rework SuggestionMap to take highlight style when retrieving chunks 2023-03-28 09:42:01 -07:00
git.rs Layout git gutters inclusively 2022-10-31 14:35:42 -04:00
highlight_matching_bracket.rs Restructure how bracket pairs are overridden to unify lists 2023-02-20 10:53:37 -08:00
hover_popover.rs Allow waiting for language to be loaded in LanguageRegistry APIs 2023-03-10 12:17:47 +01:00
items.rs Store AnyViewHandle inside ViewHandle and Deref to it 2023-04-02 14:59:55 -06:00
link_go_to_definition.rs Tried alternate stratergy 2022-11-08 11:54:26 -08:00
mouse_context_menu.rs Add reveal in finder to additional locations 2023-02-21 16:09:11 -05:00
movement.rs Don't move up/down by more rows than the requested ones 2023-03-21 17:52:53 +01:00
multi_buffer.rs Fix prefix/suffix calculation when determining copilot suggestion 2023-03-31 18:05:07 +02:00
persistence.rs wip 2023-01-25 11:32:19 -08:00
scroll.rs Hide editor hover on mouse move out & always notify when hiding hover 2023-01-20 10:16:24 -05:00
selections_collection.rs use more predictable rules for selecting which bracket to jump to and where 2023-02-15 14:04:16 -08:00
test.rs Don't make fonts::Features Copy 2023-03-17 13:54:56 +01:00