Uses of Interface
org.fife.ui.rsyntaxtextarea.folding.FoldParser
-
Packages that use FoldParser Package Description org.fife.ui.rsyntaxtextarea.folding Code folding functionality. -
-
Uses of FoldParser in org.fife.ui.rsyntaxtextarea.folding
Classes in org.fife.ui.rsyntaxtextarea.folding that implement FoldParser Modifier and Type Class Description classCurlyFoldParserA basic fold parser that can be used for languages such as C, that use curly braces to denote code blocks.classHtmlFoldParserFold parser for HTML 5, PHP and JSP.classJsonFoldParserThe fold parser for JSON.classLatexFoldParserA fold parser for LaTeX documents.classLispFoldParserFold parser for Lisp and related languages.classNsisFoldParserA fold parser NSIS.classXmlFoldParserFold parser for XML.Methods in org.fife.ui.rsyntaxtextarea.folding that return FoldParser Modifier and Type Method Description FoldParserFoldParserManager. 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 with parameters of type FoldParser Modifier and Type Method Description voidFoldParserManager. addFoldParserMapping(String syntaxStyle, FoldParser parser)Adds a mapping from a syntax style to a fold parser.
-