scribe 0.5.2

Text editor toolkit.
Documentation

Build Status

Scribe: A text editor toolkit

Provides a layered set of types for dealing with text documents:

  • Gap buffer - Data structure optimized for successive, close-proximity edits.
  • Buffer - Wrapper that provides bounds-checked cursor management and file persistence.
  • Workspace - Collection of buffers with selection management.

More documentation can be found here.

The buffer type also provides basic type detection and lexing, making use of the lexers provided by the luthor library.