Re-exports§
pub use base_editor::BaseEditor;
pub use base_editor::Command;
pub use nalgebra;
pub use unicode_width;
Modules§
Structs§
- Base
Options - Ch
- Color
- RGBA color, directly from the theme
- Selection
- Style
- Foreground and background colors, with font style
- Text
Buffer - 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.
- Text
Edit - A struct with text_buffer, selection commands, and history recording for undo and redo editing
- Text
Highlighter
Enums§
Constants§
Type Aliases§
- Point2
- A statically sized 2-dimensional column point.