Class NsisFoldParser
java.lang.Object
org.fife.ui.rsyntaxtextarea.folding.NsisFoldParser
- All Implemented Interfaces:
FoldParser
A fold parser NSIS.
Note that this class may impose somewhat of a performance penalty on large source files, since it reparses the entire document each time folds are reevaluated.
- Version:
- 1.0
- Author:
- Robert Futrell
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFolds(RSyntaxTextArea textArea) Returns a list of all folds in the text area.
-
Field Details
-
C_MLC_END
protected static final char[] C_MLC_END
-
-
Constructor Details
-
NsisFoldParser
public NsisFoldParser()
-
-
Method Details
-
getFolds
Description copied from interface:FoldParserReturns a list of all folds in the text area.- Specified by:
getFoldsin interfaceFoldParser- Parameters:
textArea- The text area whose contents should be analyzed.- Returns:
- The list of folds. If this method returns
null, it is treated as if no folds were found.
-