public class TagHighlight
extends java.lang.Object
implements org.gjt.sp.jedit.textarea.StructureMatcher
SideKickTagHighlight
Constructor and Description |
---|
TagHighlight() |
Modifier and Type | Method and Description |
---|---|
org.gjt.sp.jedit.textarea.StructureMatcher.Match |
getMatch(org.gjt.sp.jedit.textarea.TextArea textArea) |
void |
selectMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
Selects from the caret to the matching structure element (if there is
one, otherwise the behavior of this method is undefined).
|
public org.gjt.sp.jedit.textarea.StructureMatcher.Match getMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
getMatch
in interface org.gjt.sp.jedit.textarea.StructureMatcher
public void selectMatch(org.gjt.sp.jedit.textarea.TextArea textArea)
selectMatch
in interface org.gjt.sp.jedit.textarea.StructureMatcher