zed/crates/editor/src
2023-03-10 16:26:42 -08:00
..
display_map Add interactable fold markers 2023-03-03 12:26:36 -08: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 Add interactable fold markers 2023-03-03 12:26:36 -08:00
editor.rs Set buffer language when confirming selection in language selector 2023-03-10 15:34:26 +01:00
editor_tests.rs Fix editor test to clearly show trailing whitespace 2023-03-09 13:18:03 -08:00
element.rs Add interactable fold markers 2023-03-03 12:26:36 -08: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 Limit dirty buffer save optimization to multi-buffers 2023-03-09 07:26:22 +01: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 fix replace in normal and visual modes 2023-01-11 14:57:40 -08:00
multi_buffer.rs Return last excerpt in MultiBuffer::excerpt_containing if overshooting 2023-03-10 17:28:08 +01: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 Add test for go-to hunk and fix discovered bugs 2022-10-28 15:08:13 -04:00