Skip to main content

Module prelude

Module prelude 

Source

Re-exports§

pub use crate::constants::BASE_FONT_SIZE;
pub use crate::constants::MAX_FONT_SIZE;
pub use crate::editor_data::CodeEditorData;
pub use crate::editor_line::EditorLineUI;
pub use crate::editor_theme::CodeEditorThemeExt;
pub use crate::editor_theme::EditorSyntaxTheme;
pub use crate::editor_theme::EditorTheme;
pub use crate::editor_theme::EditorThemePartial;
pub use crate::editor_theme::EditorThemePartialExt;
pub use crate::editor_theme::EditorThemePreference;
pub use crate::editor_ui::CodeEditor;
pub use crate::languages::EditorLanguage;
pub use crate::metrics::EditorMetrics;
pub use crate::syntax::InputEditExt;
pub use crate::syntax::RopeChunkIter;
pub use crate::syntax::RopeTextProvider;
pub use crate::syntax::SyntaxBlocks;
pub use crate::syntax::SyntaxHighlighter;
pub use crate::syntax::SyntaxLine;
pub use crate::syntax::TextNode;

Structs§

Rope
A utf8 text rope.