Skip to main content

Module composite_buffer

Module composite_buffer 

Source
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§

AlignedRow
A single aligned row mapping display to source lines
CompositeBuffer
A buffer that composes content from multiple source buffers
DiffHunk
A diff hunk describing a contiguous change
LineAlignment
Alignment information for side-by-side views
PaneStyle
Visual styling for a pane
SourceLineRef
Reference to a line in a source buffer
SourcePane
Configuration for a single source pane within the composite

Enums§

CompositeLayout
How the composite buffer arranges its source panes
GutterStyle
Gutter display style
RowType
Type of an aligned row for styling