src/app/event_loop/setup.rs | startup_subsystems, submit, submit_workspace_git_status_refresh, submit_active_buffer_git_baseline_refresh, flush_lsp_retry_if_due (+41) |
src/app/event_loop/helpers.rs | build_sidebar_rows, region_color, byte_inside_any_span, rainbow_bracket_spans, render_markdown_node (+33) |
src/app/event_loop/commands_lsp.rs | handle_lsp_and_diagnostics_command, open_lazygit_buffer, open_lazydocker_buffer, submit_git_blame_line, select_next_reference_item (+20) |
src/app/event_loop/async_results.rs | on_worker_result, lsp_uri_to_path, active_fuzzy_preview_target, active_references_preview_target, active_diagnostics_preview_target (+12) |
src/app/event_loop/commands.rs | dismiss_system_dep_guide, accept_system_dep_guide, clear_expired_transient_toast, should_persist_history_after, finalize_post_command_hooks (+9) |
src/app/event_loop/commands_tests.rs | move_to_first_line_uses_viewport_layout_path, move_to_last_line_uses_viewport_layout_path, center_cursor_line_uses_viewport_layout_path, scroll_half_page_down_uses_viewport_layout_path, fuzzy_picker_selection_clears_stale_preview_lines (+8) |
src/app/event_loop/commands_ai_chat.rs | ai_slash_command_completion_at, slash_command_suggestion_count, clean_ai_file_ref_token, ai_models_help, ai_agent_help (+7) |
src/app/event_loop/application.rs | redraw, focus_target_region_id, window_event, handle_explorer_filter_ime_commit, handle_explorer_filter_key_event (+6) |
src/app/event_loop/mod.rs | is_running, active_terminal_grid_mut, focused_terminal_grid_mut, focused_terminal_session_id, active_terminal_tab (+5) |
src/app/event_loop/commands_terminal.rs | default_terminal_working_dir, spawn_shell_for_terminal_tab, ensure_active_terminal_tab_spawned, map_directional_focus_command, handle_terminal_and_focus_command (+5) |