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