Package | Description |
---|---|
org.gjt.sp.jedit.textarea |
Classes related to jEdit's TextArea.
|
Modifier and Type | Method | Description |
---|---|---|
StructureMatcher.Match |
StructureMatcher.BracketMatcher.getMatch(TextArea textArea) |
|
StructureMatcher.Match |
StructureMatcher.getMatch(TextArea textArea) |
Returns the element matching the one at the given text area's
caret position, or null.
|
StructureMatcher.Match |
TextArea.getStructureMatch() |
Returns the structure element (bracket, or XML tag, etc) matching the
one before the caret.
|