Posted 14 years ago
by Mick George
-
Principle Software Engineer,
CNC Software, LLC
Version: 10.1.0523

I created a CustomTagger that uses a CustomTaggerAdornmentManager and a CustomTag copied right from upon your AdornmentsCustomDecorator quick start example. I also have an existing HighlightLineAdornmentManager based on your AdornmentsAlternatingRows which works as expected, the current line the cursor is on is highlighted.
I register both adornment managers in my syntax language class per your custom syntax language example. The problem I am facing is that the call to protected override void AddAdornment()in CustomTaggerAdornmentManager never happens, am overlooking something? Am I wrong to create two distinct Adornment Managers in this manner?
I register both adornment managers in my syntax language class per your custom syntax language example. The problem I am facing is that the call to protected override void AddAdornment()in CustomTaggerAdornmentManager never happens, am overlooking something? Am I wrong to create two distinct Adornment Managers in this manner?