Re-exports§
pub use buffer::TextBuffer;pub use change::Shift;pub use line_ending::LineEnding;pub use position::Position;pub use position::display_to_grapheme_col;pub use position::display_width;pub use position::display_width_with_tabs;pub use position::grapheme_to_display_col;pub use search::SearchQuery;pub use search::find_in_line;pub use selection::Selection;pub use selection::Selections;pub use undo::EditKind;pub use watch::FileWatch;pub use watch::watch_file;pub use word::next_word_boundary;pub use word::previous_word_boundary;pub use word::word_at;
Modules§
- brackets
- Finding the partner of the bracket at a position.
- buffer
- change
- Mapping a position forward through edits that have already been applied.
- clipboard
- The clipboard: an internal register, the system clipboard behind it, and OSC 52 in front of both.
- line_
ending - Which line terminator a file uses.
- position
- search
- Literal, line-scoped search.
- selection
- Cursors and selections.
- undo
- watch
- Notice when a file changes on disk.
- word
- Word-wise motion.