zed/crates/editor/src
Piotr Osiewicz a98d048905
gpui: Make TextSystem::line_wrapper non-fallible. (#4022)
Editors WrapMap could become desynchronised if user had an invalid font
specified in their config. Compared to Zed1, WrapMap ignored the
resolution failure instead of panicking. Now, if there's an invalid font
in the user config, we just fall back to an arbitrary default.


Release Notes:
- Fixed the editor panic in presence of invalid font name in the config
(fixes https://github.com/zed-industries/community/issues/2397)

---------

Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-01-11 18:52:00 +01:00
..
display_map gpui: Make TextSystem::line_wrapper non-fallible. (#4022) 2024-01-11 18:52:00 +01:00
scroll Fix / remove small todos 2024-01-09 14:16:46 -08:00
test gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
blink_manager.rs
display_map.rs Even more docs 2024-01-09 12:02:12 -07:00
editor.rs Fix whitespace symbol colors in the editor, use zed1 one 2024-01-11 17:43:49 +02:00
editor_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
editor_tests.rs Fix / remove small todos 2024-01-09 14:16:46 -08:00
element.rs editor: extend diff hunk range for custom transform blocks. (#4012) 2024-01-11 12:26:12 +01:00
git.rs Track read_only per project and buffer 2024-01-03 19:31:43 -07:00
highlight_matching_bracket.rs
hover_popover.rs Restore hover action in the editor 2024-01-11 16:19:44 +02:00
inlay_hint_cache.rs Track read_only per project and buffer 2024-01-03 19:31:43 -07:00
items.rs Add event for welcome page close 2024-01-06 15:17:28 -05:00
link_go_to_definition.rs Improve deactivate simulation 2024-01-04 22:06:52 -07:00
mouse_context_menu.rs
movement.rs Fix / remove small todos 2024-01-09 14:16:46 -08:00
persistence.rs
rust_analyzer_ext.rs
scroll.rs Fix panic in set_scroll_anchor_remote 2024-01-09 14:19:48 -07:00
selections_collection.rs
test.rs Remove some todo!'s 2024-01-09 11:36:36 +02:00