zed/crates/editor2/src
Max Brunsfeld c95a7c7387
Address some TODOs in editor2 crate (#3445)
* Fix crash when jumping to definition
* Enabling resolution of completions
* Make links in interactive text clickable
* Enable code paths that use `select_anchors`
2023-11-29 16:32:02 -08:00
..
display_map WIP 2023-11-20 14:46:01 -08:00
scroll
test Get diagnostics view almost building in the zed2 world 2023-11-17 16:32:35 -05:00
blink_manager.rs
display_map.rs Separate WrappedLines from ShapedLines 2023-11-16 23:10:51 -07:00
editor.rs Address some TODOs in editor2 crate (#3445) 2023-11-29 16:32:02 -08:00
editor_settings.rs
editor_tests.rs Implement completion-resolution in editor2 2023-11-29 14:20:47 -08:00
element.rs Add new Button and IconButton components (#3448) 2023-11-29 17:41:44 -05:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Style hover popover 2023-11-29 14:56:23 -05:00
inlay_hint_cache.rs Exclude more ignored/worktree-less/project-less buffers from inlay hint requests 2023-11-23 10:30:52 +02:00
items.rs TextColor -> Color 2023-11-21 01:05:29 -05:00
link_go_to_definition.rs Implement highlighting of go-to-definition links 2023-11-29 14:30:31 -08:00
mouse_context_menu.rs
movement.rs Separate WrappedLines from ShapedLines 2023-11-16 23:10:51 -07:00
persistence.rs
scroll.rs Merge branch 'main' into unborked-git-zed2-diagnostics-view 2023-11-17 16:32:35 -05:00
selections_collection.rs Implement SelectionsCollection::select_anchor_ranges 2023-11-29 12:41:22 -08:00
test.rs