ZIm/crates/editor/src
Finn Evers 2c8049270a
language_tools: Increase available space for language server logs (#30742)
This PR contains some small improvements for the language server log
editors. Due to the large gutter as well as the introduction of the
minimap, the horizontally available space was rather small. As these
editors soft wrap at the editor width, it resulted in the logs becoming
vertically larger and somewhat harder to read.

The improvement here is to disable all elements in the gutter that will
never appear or be used in the logs anyway. Furthermore, I opted to
disable the minimap altogether, since from my point of view it did not
contain any valuable information about the logs being shown.

First image is the current main, second is this branch. I put these
below each other so the difference is easier to spot.


![main](https://github.com/user-attachments/assets/b3796e5f-4fe3-48c8-95a4-d3b84c607963)

![PR](https://github.com/user-attachments/assets/bd8a4e6c-dbbb-4a9e-99aa-474fa073196f)


Release Notes:

- N/A
2025-05-27 00:57:45 +03:00
..
display_map Allow LSP adapters to decide, which diagnostics to underline (#31450) 2025-05-26 22:19:02 +03:00
git Less log spam (non git worktrees; saving with no LSP) (#29557) 2025-04-28 19:09:33 +00:00
scroll chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
test Preserve cursor position when resetting excerpts (#27850) 2025-04-01 16:55:10 +00:00
actions.rs Add Code Actions to the Toolbar (#31236) 2025-05-23 16:55:29 +05:30
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
code_completion_tests.rs editor: Handle more completion sort cases (#30690) 2025-05-14 18:49:39 +05:30
code_context_menus.rs Add a live Rust style editor to inspector to edit a sequence of no-argument style modifiers (#31443) 2025-05-26 17:43:57 +00:00
display_map.rs Allow LSP adapters to decide, which diagnostics to underline (#31450) 2025-05-26 22:19:02 +03:00
editor.rs language_tools: Increase available space for language server logs (#30742) 2025-05-27 00:57:45 +03:00
editor_settings.rs Add holding opt/alt for fast scrolling (#31056) 2025-05-26 19:42:20 +00:00
editor_settings_controls.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
editor_tests.rs language: Improve auto-indentation when using round brackets in Python (#31260) 2025-05-25 02:25:15 +05:30
element.rs Use read() over read_with() to improve readability in simple cases (#31455) 2025-05-26 16:14:07 -04:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
hover_links.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
hover_popover.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
indent_guides.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
inlay_hint_cache.rs Separate timeout and connection dropped errors out (#30457) 2025-05-10 15:12:58 +03:00
inline_completion_tests.rs Restore scroll after undo edit prediction (#31162) 2025-05-22 09:16:11 +00:00
items.rs Add initial element inspector for Zed development (#31315) 2025-05-23 23:08:59 +00:00
jsx_tag_auto_close.rs Use read() over read_with() to improve readability in simple cases (#31455) 2025-05-26 16:14:07 -04:00
linked_editing_ranges.rs editor: Fix extra characters were being written at the end of an HTML tag (#28529) 2025-04-11 00:17:34 +05:30
lsp_ext.rs Use project environment in LSP runnables context (#29761) 2025-05-02 11:01:39 +00:00
mouse_context_menu.rs Add Code Actions to the Toolbar (#31236) 2025-05-23 16:55:29 +05:30
movement.rs Allow to temporarily toggle diagnostics in the editor (#30316) 2025-05-08 21:47:32 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
rust_analyzer_ext.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00
scroll.rs theme: Add colors for minimap thumb and border (#30785) 2025-05-26 18:23:41 +00:00
selections_collection.rs editor: Fix multi-cursor not added to lines shorter than current cursor column (#31100) 2025-05-21 21:06:33 +05:30
signature_help.rs Use symmetric padding in signature popovers (#27734) 2025-04-01 14:14:33 +02:00
tasks.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
test.rs zlog: Replace usages of env_logger in tests with zlog (#31436) 2025-05-26 11:48:50 -04:00