Crate ultron_core

Source

Re-exports§

pub use base_editor::BaseEditor;
pub use base_editor::Command;
pub use nalgebra;
pub use unicode_width;

Modules§

base_editor
util

Structs§

BaseOptions
Ch
Color
RGBA color, directly from the theme
Selection
Style
Foreground and background colors, with font style
TextBuffer
A text buffer where characters are manipulated visually with consideration on the unicode width of characters. Characters can span more than 1 cell, therefore visually manipulating text in a 2-dimensional way should consider using the unicode width.
TextEdit
A struct with text_buffer, selection commands, and history recording for undo and redo editing
TextHighlighter

Enums§

SelectionMode

Constants§

BLANK_CH

Type Aliases§

Point2
A statically sized 2-dimensional column point.