addRegion abstract method
Add a highlight region starting at the given offset
and having the given
length
whose type is the given type
.
Implementation
void addRegion(int offset, int length, HighlightRegionType type);
Add a highlight region starting at the given offset
and having the given
length
whose type is the given type
.
void addRegion(int offset, int length, HighlightRegionType type);