TextChange

interface TextChange : Change

A Change for TextDocuments (used by TextAreas and StyledTextAreas).

There are only 2 implementations. DeleteText and InsertText. Replacing text is achieved by a combination of DeleteText and InsertText within a single Batch.

Inheritors

Properties

Link copied to clipboard
abstract override val document: TextDocument

Functions

Link copied to clipboard
abstract fun caretPosition(isUndo: Boolean): TextPosition