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 |
---|---|
static Token |
RSyntaxUtilities.getPreviousImportantToken(RSyntaxDocument doc,
int line)
Returns the last non-whitespace, non-comment token, starting with the
specified line.
|
static Token |
RSyntaxUtilities.getPreviousImportantTokenFromOffs(RSyntaxDocument doc,
int offs)
Returns the last non-whitespace, non-comment token, before the
specified offset.
|
static Token |
RSyntaxUtilities.getTokenAtOffset(RSyntaxDocument doc,
int offset)
Returns the token at the specified offset.
|
void |
OccurrenceMarker.markOccurrences(RSyntaxDocument doc,
Token t,
RSyntaxTextAreaHighlighter h,
SmartHighlightPainter p)
Called when occurrences of a token should be marked.
|
void |
HtmlOccurrenceMarker.markOccurrences(RSyntaxDocument doc,
Token t,
RSyntaxTextAreaHighlighter h,
SmartHighlightPainter p)
Called when occurrences of a token should be marked.
|
void |
XmlOccurrenceMarker.markOccurrences(RSyntaxDocument doc,
Token t,
RSyntaxTextAreaHighlighter h,
SmartHighlightPainter p)
Called when occurrences of a token should be marked.
|
Constructor and Description |
---|
RSyntaxTextArea(RSyntaxDocument doc)
Constructor.
|
RSyntaxTextArea(RSyntaxDocument doc,
String text,
int rows,
int cols)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ParseResult |
TaskTagParser.parse(RSyntaxDocument doc,
String style) |
ParseResult |
Parser.parse(RSyntaxDocument doc,
String style)
Parses input from the specified document.
|
ParseResult |
XmlParser.parse(RSyntaxDocument doc,
String style)
Parses input from the specified document.
|
Copyright © 2003–2015. All rights reserved.