Package org.fife.ui.rsyntaxtextarea.folding
Code folding functionality.
-
Interface Summary Interface Description FoldManager Manages code folding in an instance of RSyntaxTextArea.FoldParser Locates folds in a document.FoldType Constants representing the "type" of a folded region. -
Class Summary Class Description CurlyFoldParser A basic fold parser that can be used for languages such as C, that use curly braces to denote code blocks.DefaultFoldManager The default implementation of a fold manager.Fold Information about a foldable region.FoldCollapser Collapses folds based on their type.FoldParserManager Manages fold parsers.HtmlFoldParser Fold parser for HTML 5, PHP and JSP.HtmlFoldParser.TagCloseInfo A simple wrapper for the token denoting the closing of a tag (i.e.JsonFoldParser The fold parser for JSON.LatexFoldParser A fold parser for LaTeX documents.LinesWithContentFoldParser A fold parser that considers any contiguous group of lines without a blank line to be a "block" of code.LispFoldParser Fold parser for Lisp and related languages.NsisFoldParser A fold parser NSIS.PythonFoldParser A fold parser for Python.XmlFoldParser Fold parser for XML.YamlFoldParser Fold parser for YAML.