Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea.folding |
Code folding functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
CurlyFoldParser
A basic fold parser that can be used for languages such as C, that use
curly braces to denote code blocks.
|
class |
HtmlFoldParser
Fold parser for HTML 5, PHP and JSP.
|
class |
JsonFoldParser
The fold parser for JSON.
|
class |
LatexFoldParser
A fold parser for LaTeX documents.
|
class |
LispFoldParser
Fold parser for Lisp and related languages.
|
class |
NsisFoldParser
A fold parser NSIS.
|
class |
XmlFoldParser
Fold parser for XML.
|
Modifier and Type | Method and Description |
---|---|
FoldParser |
FoldParserManager.getFoldParser(String syntaxStyle)
Returns a fold parser to use for an editor highlighting code of a
specific language.
|
Modifier and Type | Method and Description |
---|---|
void |
FoldParserManager.addFoldParserMapping(String syntaxStyle,
FoldParser parser)
Adds a mapping from a syntax style to a fold parser.
|
Copyright © 2003–2015. All rights reserved.