Module text_edit

Source

Structs§

Clipboard
Access the clipboard.
EditableConfig
EditorHistory
HistoryTransaction
Line
A text line from a TextEditor
LinesIterator
Iterator over text lines.
Rope
A utf8 text rope.
RopeEditor
TextEditor implementing a Rope
RopeSlice
An immutable view into part of a Rope.
TextCursor
Holds the position of a cursor in a text
TextEvent
Events for TextEditor
UseEditable
Manage an editable text.

Enums§

ClipboardError
EditableEvent
EditableMode
How the editable content must behave.
HistoryChange
TextDragging
Indicates the type of text dragging being done.

Traits§

TextEditor
Common trait for editable texts

Functions§

use_editable
Hook to create an editable text.