Skip to main content

Crate neco_editor

Crate neco_editor 

Source

Re-exports§

pub use neco_decor;
pub use neco_diffcore;
pub use neco_editor_viewport;
pub use neco_filetree;
pub use neco_history;
pub use neco_pathrel;
pub use neco_textpatch;
pub use neco_textview;
pub use neco_tree;
pub use neco_watchnorm;
pub use neco_wrap;

Structs§

BracketPair
A matched pair of brackets at byte offsets.
EditorBuffer
RangeChange
Abstract description of one text range change.

Enums§

IndentStyle
Detected indentation style of a text buffer.

Functions§

auto_close_bracket
Returns the closing counterpart for an opening bracket or quote character.
auto_indent
Returns the leading whitespace of the line containing offset.
find_matching_bracket
Finds the matching bracket for the bracket character at offset.