Add minimap into the editor controls (#30285)

Follow-up of https://github.com/zed-industries/zed/pull/26893

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-05-08 20:58:24 +03:00 committed by GitHub
parent f21780cef3
commit 2b6280ad56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 60 additions and 12 deletions

View file

@ -359,7 +359,7 @@ impl EditFileToolCard {
editor.set_show_gutter(false, cx);
editor.disable_inline_diagnostics();
editor.disable_expand_excerpt_buttons(cx);
editor.disable_scrollbars_and_minimap(cx);
editor.disable_scrollbars_and_minimap(window, cx);
editor.set_soft_wrap_mode(SoftWrap::None, cx);
editor.scroll_manager.set_forbid_vertical_scroll(true);
editor.set_show_indent_guides(false, cx);