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 |
---|---|
Parser |
RSyntaxTextArea.getParser(int index)
Returns the specified parser.
|
Modifier and Type | Method and Description |
---|---|
void |
RSyntaxTextArea.addParser(Parser parser)
Adds the parser to "validate" the source code in this text area.
|
void |
RSyntaxTextAreaHighlighter.clearParserHighlights(Parser parser)
Removes all of the highlights for a specific parser.
|
boolean |
RSyntaxTextArea.forceReparsing(Parser parser)
Forces re-parsing with a specific parser.
|
boolean |
RSyntaxTextArea.removeParser(Parser parser)
Removes a parser from this text area.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParser
A base class for
Parser implementations. |
class |
TaskTagParser
Parser that identifies "task tags," such as "
TODO ",
"FIXME ", etc. |
class |
XmlParser
A parser for XML documents.
|
Modifier and Type | Method and Description |
---|---|
Parser |
DefaultParserNotice.getParser()
Returns the parser that created this message.
|
Parser |
DefaultParseResult.getParser()
Returns the parser that generated these notices.
|
Parser |
ParseResult.getParser()
Returns the parser that generated these notices.
|
Parser |
ParserNotice.getParser()
Returns the parser that created this message.
|
Constructor and Description |
---|
DefaultParseResult(Parser parser) |
DefaultParserNotice(Parser parser,
String msg,
int line)
Constructor.
|
DefaultParserNotice(Parser parser,
String message,
int line,
int offset,
int length)
Constructor.
|
TaskNotice(Parser parser,
String message,
int line,
int offs,
int length) |
Copyright © 2003–2015. All rights reserved.