zed/crates/editor/src
Conrad Irwin d4c5c0f05e
Don't render invisibles with elements (#20841)
Turns out that in the case you have a somehow valid utf-8 file that
contains almost all ascii control characters, we run out of element
arena space.

Fixes: #20652

Release Notes:

- Fixed a crash when opening a file containing a very large number of
ascii control characters on one line.
2024-11-18 16:47:25 -07:00
..
display_map Use replace blocks for patches (#20605) 2024-11-13 18:55:23 +01:00
git
scroll
signature_help
test vim: Enable % to jump between tags (#20536) 2024-11-14 12:41:53 -07:00
actions.rs lsp: Retrieve links to documentation for the given symbol (#19233) 2024-11-16 20:23:49 +02:00
blame_entry_tooltip.rs
blink_manager.rs
clangd_ext.rs
debounced_delay.rs Snippet choices (#13958) 2024-11-18 22:56:34 +01:00
display_map.rs Don't render invisibles with elements (#20841) 2024-11-18 16:47:25 -07:00
editor.rs Snippet choices (#13958) 2024-11-18 22:56:34 +01:00
editor_settings.rs Disable signature help shown by default (#20726) 2024-11-15 17:19:11 +02:00
editor_settings_controls.rs
editor_tests.rs Leave goal_x unchanged when moving by rows past the start or end of the document (#20705) 2024-11-18 16:32:43 -07:00
element.rs Don't render invisibles with elements (#20841) 2024-11-18 16:47:25 -07:00
git.rs
highlight_matching_bracket.rs
hover_links.rs
hover_popover.rs ui: Fix scrollbar content size calculation for non-uniform lists with single element (#20237) 2024-11-05 14:32:13 +01:00
hunk_diff.rs Avoid creating occlusions for editor blocks, since these block mouse wheel events (#20649) 2024-11-13 21:02:54 -08:00
indent_guides.rs
inlay_hint_cache.rs
inline_completion_provider.rs
items.rs Add File.disk_state enum to clarify filesystem states (#20776) 2024-11-18 10:30:08 -08:00
linked_editing_ranges.rs Improve project search performance (#20211) 2024-11-05 03:49:37 +02:00
lsp_ext.rs
mouse_context_menu.rs
movement.rs Leave goal_x unchanged when moving by rows past the start or end of the document (#20705) 2024-11-18 16:32:43 -07:00
persistence.rs
proposed_changes_editor.rs
rust_analyzer_ext.rs lsp: Retrieve links to documentation for the given symbol (#19233) 2024-11-16 20:23:49 +02:00
scroll.rs
selections_collection.rs Expand selections to Replace block boundaries (#20092) 2024-11-01 16:10:19 -04:00
signature_help.rs
tasks.rs
test.rs