Back to Terminal Gui

Namespace Editor Rendering

docfx/apispec/namespace-editor-rendering.md

2.4.2582 B
Original Source

The pipeline flows: VisualLineBuilderCellVisualLine (composed of CellVisualLineElements such as TextRunElement, TabElement, NewlineGlyphElement, and FoldingMarkerElement).

Extension Points

  • IVisualLineTransformer — mutates element attributes (syntax highlighting, fold markers)
  • IBackgroundRenderer — paints cell rectangles (selection, current line, search hits)
  • IOverlayRenderer — draws overlays above the text (multi-caret indicators)

Visual lines are cached with LRU eviction and selectively invalidated from document change events.