ZIm/crates/editor/src
Conrad Irwin 2c5aa5891d
Don't show invisibles from inlays (#32088)
Closes #24266

Release Notes:

- Whitespace added by inlay hints is no longer shown when
`"show_whitespaces": "all"` is used.

-
2025-06-04 10:33:22 -06:00
..
display_map Don't show invisibles from inlays (#32088) 2025-06-04 10:33:22 -06:00
git Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
scroll chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
test Add #[track_caller] to test utilities that involve marked text (#32043) 2025-06-04 02:37:27 +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 Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
code_completion_tests.rs editor: Handle more completion sort cases (#30690) 2025-05-14 18:49:39 +05:30
code_context_menus.rs Make completions menu stay open after after it's manually requested (#32015) 2025-06-03 20:33:52 +00:00
display_map.rs Don't show invisibles from inlays (#32088) 2025-06-04 10:33:22 -06:00
editor.rs editor: Apply common_prefix_len refactor suggestion (#31957) 2025-06-03 15:07:14 -06: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 Make alt-left and alt-right skip punctuation like VSCode (#31977) 2025-06-04 09:48:20 -06:00
element.rs Don't show invisibles from inlays (#32088) 2025-06-04 10:33:22 -06: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 read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
hover_popover.rs Avoid re-querying language server completions when possible (#31872) 2025-06-02 22:19:09 +00:00
indent_guides.rs Fix editor rendering slowness with large folds (#31569) 2025-05-28 23:05:06 +00:00
inlay_hint_cache.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
inline_completion_tests.rs Restore scroll after undo edit prediction (#31162) 2025-05-22 09:16:11 +00:00
items.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
jsx_tag_auto_close.rs Avoid re-querying language server completions when possible (#31872) 2025-06-02 22:19:09 +00: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 both language and LSP icons for LSP tasks (#31773) 2025-05-30 19:28:56 +00:00
mouse_context_menu.rs Add Code Actions to the Toolbar (#31236) 2025-05-23 16:55:29 +05:30
movement.rs Make alt-left and alt-right skip punctuation like VSCode (#31977) 2025-06-04 09:48:20 -06: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 read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04: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 editor: Defer the effects of change_selections to end of transact (#31731) 2025-05-30 01:53:02 -06:00
tasks.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
test.rs Add #[track_caller] to test utilities that involve marked text (#32043) 2025-06-04 02:37:27 +00:00