public static interface TextBuffer.ApplyTag
If you're using this then you'll probably also need the complement of
this signal, which is TextBuffer.RemoveTag.
The code to actually carry out the application of the tag is in the default handler, which will run after you return from yours.
| Modifier and Type | Method and Description |
|---|---|
void |
onApplyTag(TextBuffer source,
TextTag tag,
TextIter start,
TextIter finish) |
void onApplyTag(TextBuffer source, TextTag tag, TextIter start, TextIter finish)