Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
org.fife.ui.rsyntaxtextarea.parser |
Interfaces for parsing text in RSyntaxTextAreas and identifying errors,
warnings, etc.
|
Modifier and Type | Method and Description |
---|---|
List<ParserNotice> |
RSyntaxTextArea.getParserNotices()
Returns a list of the current parser notices for this text area.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultParserNotice
Base implementation of a parser notice.
|
static class |
TaskTagParser.TaskNotice
A parser notice that signifies a task.
|
Modifier and Type | Method and Description |
---|---|
List<ParserNotice> |
DefaultParseResult.getNotices()
Returns the notices for the parsed section.
|
List<ParserNotice> |
ParseResult.getNotices()
Returns the notices for the parsed section.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultParseResult.addNotice(ParserNotice notice)
Adds a parser notice.
|
int |
DefaultParserNotice.compareTo(ParserNotice other)
Compares this parser notice to another.
|
Copyright © 2003–2015. All rights reserved.