Expand description
Composite buffer for displaying multiple source buffers in a single view
A composite buffer synthesizes its view from multiple source buffers, enabling side-by-side diff, unified diff, 3-way merge, and code review views within a single tab.
Structs§
- Aligned
Row - A single aligned row mapping display to source lines
- Composite
Buffer - A buffer that composes content from multiple source buffers
- Diff
Hunk - A diff hunk describing a contiguous change
- Line
Alignment - Alignment information for side-by-side views
- Pane
Style - Visual styling for a pane
- Source
Line Ref - Reference to a line in a source buffer
- Source
Pane - Configuration for a single source pane within the composite
Enums§
- Composite
Layout - How the composite buffer arranges its source panes
- Gutter
Style - Gutter display style
- RowType
- Type of an aligned row for styling