public class NsisFoldParser extends Object implements FoldParser
Note that this class may impose somewhat of a performance penalty on large source files, since it re-parses the entire document each time folds are reevaluated.
| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
C_MLC_END |
| Constructor and Description |
|---|
NsisFoldParser() |
public List<Fold> getFolds(RSyntaxTextArea textArea)
getFolds in interface FoldParsertextArea - The text area whose contents should be analyzed.null,
it is treated as if no folds were found.