Re-enable opening excerpts in Editor

This commit is contained in:
Antonio Scandurra 2023-12-01 12:03:21 +01:00
parent 0b7e324d86
commit a8a5785ec5
2 changed files with 46 additions and 52 deletions

View file

@ -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);