Hi,
we have a custom tagger that highlights all occurences of the currently selected word. But when the current line highlighting is activated and the style has a background color, the style for the selected word is overwritten. So the background color for the current line has a higher priority than all the other taggers.
I thought you can change the priorities with the 'Ordering' parameter in the constructor, but I cannot find a key which has a higher priority than the current line. How can I change the priority for my tagger to draw over the current line highlighting?
Best regards, Tobias Lingemann.