ZIm/crates/editor/src
Max Brunsfeld ce216432be
Refactor ssh remoting - make ChannelClient type private (#36514)
This PR is one step in a series of refactors to prepare for having
"remote" projects that do not use SSH. The main use cases for this are
WSL and dev containers.

Release Notes:

- N/A
2025-08-19 17:33:56 -07:00
..
display_map Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
git Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
scroll Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
test editor: Add access method for project (#36266) 2025-08-15 18:34:22 +00:00
actions.rs Add alt-s to helix mode (#33918) 2025-08-14 13:04:38 -04:00
blink_manager.rs Remove unneeded anonymous lifetimes from gpui::Context (#27686) 2025-03-28 19:26:30 +00:00
clangd_ext.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
code_completion_tests.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
code_context_menus.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
display_map.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
edit_prediction_tests.rs editor: Fix edit_predictions_disabled_in not disabling predictions (#36469) 2025-08-19 14:43:41 +05:30
editor.rs Refactor ssh remoting - make ChannelClient type private (#36514) 2025-08-19 17:33:56 -07:00
editor_settings.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
editor_settings_controls.rs Migrate to schemars version 1.0 (#33635) 2025-06-30 21:07:28 +00:00
editor_tests.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
element.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
git.rs Project Diff 2 (#23891) 2025-02-03 13:18:50 -07:00
highlight_matching_bracket.rs debugger: Parse and highlight text with ANSI escape sequences (#32915) 2025-06-17 23:39:31 -04:00
hover_links.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
hover_popover.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
indent_guides.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
inlay_hint_cache.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
items.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
jsx_tag_auto_close.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
linked_editing_ranges.rs editor: Add access method for project (#36266) 2025-08-15 18:34:22 +00:00
lsp_colors.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
lsp_ext.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
mouse_context_menu.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
movement.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
persistence.rs Simplify the SerializableItem::cleanup implementation (#29567) 2025-04-28 22:15:24 +00:00
proposed_changes_editor.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
rust_analyzer_ext.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
scroll.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
selections_collection.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
signature_help.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
tasks.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
test.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00