Safe Haskell | Safe |
---|
Base module for implementing new editor functionality.
Synopsis
- module WEditor.Base.Char
- module WEditor.Base.Editor
- module WEditor.Base.Line
- module WEditor.Base.Para
- module WEditor.Base.Parser
- module WEditor.Base.Viewer
Documentation
Features of character sets.
module WEditor.Base.Char
Generic text-editing functionality.
module WEditor.Base.Editor
Simple representation of viewable text lines.
module WEditor.Base.Line
Simple representation of text paragraphs.
module WEditor.Base.Para
Generic line-parsing functionality.
module WEditor.Base.Parser
Generic editor-viewport functionality.
module WEditor.Base.Viewer