An immutable snapshot of a persistent native text buffer.
Summary
Types
@type t() :: %GPUI.Text.Snapshot{ can_redo: boolean(), can_undo: boolean(), revision: non_neg_integer(), selections: [GPUI.Text.Selection.t()], text: String.t() }
An immutable snapshot of a persistent native text buffer.
@type t() :: %GPUI.Text.Snapshot{ can_redo: boolean(), can_undo: boolean(), revision: non_neg_integer(), selections: [GPUI.Text.Selection.t()], text: String.t() }