Crate freya_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.
TextDragging
TextEvent
Events for TextEditor
UseEditable
Manage an editable text.

Enums§

ClipboardError
EditableEvent
EditorLine
HistoryChange
TextSelection
Holds the position of a cursor in a text

Traits§

TextEditor
Common trait for editable texts

Functions§

use_editable
Hook to create an editable text.