zed/crates/editor/src
2023-03-17 16:56:44 -07:00
..
display_map Fix fold tests with new representation 2023-03-17 16:00:22 -07: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
display_map.rs Fix boundary condition in buffer_line_len when at the end of a file 2023-03-17 16:56:44 -07:00
editor.rs Fix boundary condition in buffer_line_len when at the end of a file 2023-03-17 16:56:44 -07:00
editor_tests.rs WIP - DEBUGGING 2023-03-16 08:41:19 -07:00
element.rs Fix fold tests with new representation 2023-03-17 16:00:22 -07:00
git.rs
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 Fix boundary condition in buffer_line_len when at the end of a file 2023-03-17 16:56:44 -07: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