Uses of Interface
org.fife.ui.rsyntaxtextarea.folding.FoldParser
Packages that use FoldParser
-
Uses of FoldParser in org.fife.ui.rsyntaxtextarea.folding
Classes in org.fife.ui.rsyntaxtextarea.folding that implement FoldParserModifier and TypeClassDescriptionclass
A basic fold parser that can be used for languages such as C, that use curly braces to denote code blocks.class
Fold parser for HTML 5, PHP and JSP.class
The fold parser for JSON.class
A fold parser for LaTeX documents.class
A fold parser that considers any contiguous group of lines without a blank line to be a "block" of code.class
Fold parser for Lisp and related languages.class
A fold parser NSIS.class
A fold parser for Python.class
Fold parser for XML.class
Fold parser for YAML.Fields in org.fife.ui.rsyntaxtextarea.folding declared as FoldParserFields in org.fife.ui.rsyntaxtextarea.folding with type parameters of type FoldParserModifier and TypeFieldDescriptionprivate Map
<String, FoldParser> FoldParserManager.foldParserMap
Map from syntax styles to fold parsers.Methods in org.fife.ui.rsyntaxtextarea.folding that return FoldParserModifier and TypeMethodDescriptionFoldParserManager.getFoldParser
(String syntaxStyle) Returns a fold parser to use for an editor highlighting code of a specific language.Methods in org.fife.ui.rsyntaxtextarea.folding that return types with arguments of type FoldParserModifier and TypeMethodDescriptionprivate Map
<String, FoldParser> FoldParserManager.createFoldParserMap()
Creates the syntax style-to-fold parser mapping for built-in languages.Methods in org.fife.ui.rsyntaxtextarea.folding with parameters of type FoldParserModifier and TypeMethodDescriptionvoid
FoldParserManager.addFoldParserMapping
(String syntaxStyle, FoldParser parser) Adds a mapping from a syntax style to a fold parser.