Re-enable opening excerpts in Editor
This commit is contained in:
parent
0b7e324d86
commit
a8a5785ec5
2 changed files with 46 additions and 52 deletions
|
@ -263,7 +263,7 @@ impl EditorElement {
|
|||
register_action(view, cx, Editor::fold_selected_ranges);
|
||||
register_action(view, cx, Editor::show_completions);
|
||||
register_action(view, cx, Editor::toggle_code_actions);
|
||||
// on_action(cx, Editor::open_excerpts); todo!()
|
||||
register_action(view, cx, Editor::open_excerpts);
|
||||
register_action(view, cx, Editor::toggle_soft_wrap);
|
||||
register_action(view, cx, Editor::toggle_inlay_hints);
|
||||
register_action(view, cx, hover_popover::hover);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue