Crate makepad_code_editor

Source

Re-exports§

pub use self::code_editor::CodeEditor;
pub use self::document::CodeDocument;
pub use self::history::History;
pub use self::layout::Line;
pub use self::selection::Selection;
pub use self::session::CodeSession;
pub use self::settings::Settings;
pub use self::token::Token;
pub use self::tokenizer::Tokenizer;
pub use makepad_widgets;

Modules§

char
code_editor
code_view
decoration
document
history
inlays
iter
layout
selection
session
settings
str
text
token
tokenizer
widgets
wrap

Functions§

live_design