List of all items
Structs
- app_state::AppState
- commands::Command
- commands::CommandRegistry
- commands::HistoryEntry
- commands::args::CommandArg
- commands::builder::CommandBuilder
- commands::id::CommandId
- commands::meta::CommandMeta
- diagnostics_extractor::DiagnosticsExtractor
- editor::buffer::Buffer
- editor::buffer::BufferId
- editor::buffer::BufferSnapshot
- editor::buffer::Marker
- editor::buffer::SerializableSnapshot
- editor::buffer::Version
- editor::file_watcher::FileWatcher
- editor::fold::FoldRange
- editor::fold::FoldState
- editor::highlight::HighlighterState
- editor::highlight::StyledSpan
- editor::highlight::SyntaxHighlighter
- editor::highlight::Token
- editor::highlight_worker::HighlightJob
- editor::highlight_worker::HighlightRequest
- editor::highlight_worker::HighlightScheduler
- editor::highlight_worker::HighlightWorker
- editor::history::ChangeSet
- editor::history::History
- editor::history::HistoryNode
- editor::layout::LayoutCache
- editor::layout::LayoutEngine
- editor::layout::LineLayout
- editor::layout::ScreenPosition
- editor::layout::ViewportLayout
- editor::layout::ViewportLine
- editor::layout::VisualRow
- editor::position::Position
- editor::selection::Selection
- file_index::FileEntry
- file_index::FileIndex
- file_index::NucleoSearch
- input::KeyEvent
- input::Modifiers
- input::MouseEvent
- issue_registry::Issue
- issue_registry::IssueRegistry
- issue_registry::NewIssue
- language::LanguageId
- log_buffer::InMemoryLogger
- log_buffer::LogBuffer
- log_buffer::LogEntry
- log_buffer::LogState
- log_matcher::AnnotatedRef
- log_matcher::BodyRule
- log_matcher::CompileOptions
- log_matcher::CompileResult
- log_matcher::CompiledMatcher
- log_matcher::EmitTemplate
- log_matcher::LogMatcherDef
- log_matcher::MatcherId
- log_matcher::MatcherRegistry
- log_matcher::Message
- log_matcher::Reference
- log_matcher::engine::MatcherEngine
- log_store::LogEntry
- log_store::LogStore
- log_store::LogWriter
- operation::Event
- operation::FileMatchResult
- operation::LspCompletionItem
- operation::LspLocation
- operation::MatchSpan
- operation::PickerItem
- path_format::StyleConfig
- persistent_issues::IssueFile
- persistent_issues::IssueRecord
- persistent_issues::PersistentNewIssue
- project::Project
- registers::Registers
- schema::SchemaContent
- schema::context::CursorContext
- schema::registry::SchemaRegistry
- settings::Settings
- task_config::CompositeTaskDef
- task_config::ConfigError
- task_config::InputDef
- task_config::ShellTaskDef
- task_config::TasksFile
- task_config::UiMeta
- task_config::ValidationRules
- task_executor::ParsedOutputEvent
- task_executor::TaskExecutor
- task_executor::TaskOutputEvent
- task_registry::Task
- task_registry::TaskId
- task_registry::TaskKey
- task_registry::TaskQueueId
- task_registry::TaskRegistry
- theme::Theme
- vcs::CommitInfo
- vcs::DiffLine
- vcs::FileChange
- vcs::GitVcs
- vcs::StatusEntry
- views::editor::CompletionState
- views::editor::EditorView
- views::editor::FileMatch
- views::editor::GoToLineState
- views::editor::HoverState
- views::editor::SearchOptions
- views::editor::SearchState
- views::file_selector::FileSelector
- views::terminal::TerminalSearch
- views::terminal::TerminalStateStore
- views::terminal::TerminalTab
- views::terminal::TerminalTabState
- views::terminal::TerminalView
- vt_parser::Style
- vt_parser::StyleSpan
- vt_parser::StyledLine
- vt_parser::TerminalParser
- widgets::focus::FocusRing
- widgets::focusable::InputResult
- widgets::input_field::InputField
- widgets::status_bar::StatusBarBuilder
- widgets::status_bar::StatusBarClickState
- widgets::status_bar::StatusBarRenderer
- widgets::terminal::Link
- widgets::terminal::TerminalWidget
Enums
- app_state::Screen
- app_state::ScreenKind
- commands::args::ArgKind
- commands::args::ArgValue
- commands::meta::Visibility
- editor::history::BufferOp
- editor::history::ChangeKind
- input::Key
- input::MouseButton
- input::MouseEventKind
- issue_registry::Severity
- log_matcher::EmitSeverity
- log_matcher::EndCondition
- log_matcher::MessageLevel
- operation::ClipOp
- operation::CommandSelectorOp
- operation::CommitOp
- operation::EventKind
- operation::ExtensionConfigOp
- operation::FileSelectorOp
- operation::GitHistoryOp
- operation::GoToLineOp
- operation::IssueViewOp
- operation::LogViewOp
- operation::LspOp
- operation::NotificationLevel
- operation::Operation
- operation::PersistentIssueOp
- operation::SearchOp
- operation::SearchReplaceOp
- operation::SelectionOp
- operation::StatusSlot
- operation::TaskArchiveOp
- operation::TerminalOp
- schema::FilePattern
- schema::context::CompletionMode
- task_config::CancelPolicy
- task_config::InputType
- task_config::InputValue
- task_config::StepRef
- task_config::TaskDef
- task_executor::OutputStream
- task_executor::TaskEvent
- task_registry::TaskStatus
- task_registry::TaskTrigger
- vcs::DiffKind
- vcs::FileChangeStatus
- views::ViewKind
- views::editor::SearchKind
- views::editor::SearchMode
- vt_parser::Color
- widgets::focusable::FocusOp
- widgets::input_field::InputFieldOp
- widgets::status_bar::StatusItem
- widgets::terminal::LinkKind
Traits
Functions
- app::builtin::register_all
- app::builtin::register_tasks
- app::builtin::register_tasks_from_tasksfile
- app::run
- commands::builder::command
- editor::highlight::find_matching_brace
- editor::highlight::to_ratatui_color
- editor::highlight::to_ratatui_style
- editor::history::apply_changeset
- file_index::spawn_indexer
- file_index::spawn_watcher
- interraction::button::hit_test
- language::detect_language
- log_buffer::init_combined_logger
- log_matcher::compile_matchers
- log_matcher::engine::extract_captures
- log_matcher::engine::render_template
- log_matcher::has_errors
- path_format::format_path_line
- path_format::format_path_line_with_style
- path_format::format_path_spans
- path_format::format_path_spans_with_min_tail
- path_format::width
- persistent_issues::load
- persistent_issues::save_atomic
- schema::deep_completion::completions_for_context
- schema::deep_completion::completions_from_parsed_schema
- schema::deep_completion::completions_from_schema
- schema::deep_completion::has_concrete_properties
- schema::deep_completion::is_boolean_schema
- schema::deep_completion::is_null_schema
- schema::deep_completion::resolve_concrete
- schema::deep_completion::resolve_ref
- schema::deep_completion::suggest_properties
- schema::deep_completion::suggest_values
- schema::format::detect_cursor_context
- schema::format::json::detect_context
- schema::format::toml::detect_context
- schema::format::yaml::detect_context
- task_config::load
- task_config::parse_str
- theme::parse_color
- utils::fuzzy::filter_and_rank
- utils::fuzzy::filter_and_rank_by
- utils::fuzzy::fuzzy_match
- widgets::input_field::key_to_op
Type Aliases
- commands::CommandHandler
- file_index::SharedFileIndex
- issue_registry::IssueId
- log_matcher::engine::CaptureMap
- widgets::focusable::WidgetId