Module editor
Available on crate feature
advanced only.Expand description
Edit text.
Structs§
- Cursor
- The range of an
Editor. - KeyPress
- A key press.
- Line
- A line of an
Editor. - State
- The internal state of an
Editor. - Style
- The visual style of an
Editor.
Enums§
- Action
- An interaction with an
Editor. - Binding
- A binding to an action in the
Editor. - Direction
- A direction in some text.
- Edit
- An action that edits text.
- Line
Ending - The line ending of a
Line. - Motion
- A cursor movement.
- Selection
- The cursor of an
Editor. - Update
- The update of an
Editor, returned byState::update.
Traits§
- Editor
- A component that can be used by widgets to edit multi-line text.