Package groovy.console.ui.text


package groovy.console.ui.text

Text processing helpers for the interactive command line terminal.

  • Classes
    Class
    Description
    Shared find/replace dialog support for text components used by the console.
    Regex-based syntax-highlighting filter for Groovy source text.
    Represents highlighter to highlight matched parentheses, brackets and curly braces when caret touching them
    The document filter based on Parrot's lexer is for highlighting the content of text editor
    Document filter that applies regex-driven syntax highlighting to styled text.
    SAX handler that reads structured syntax definitions into a document filter.
    Contains all the basic resources and values used by the utility framework.
    A simple text pane that is printable and wrapping is optional.
    To use this, simply drop this as an UndoableEditListener into your document, and then create actions to call undo/redo as needed (checking can undo/redo first, of course).