Hi,
We're using the actipro syntaxeditor. I am having an issue with the CollectionTagger<IIntraTextSpacerTag> GetTags method.
I have observed that when the user edits a line in the syntax editor, the GetTags method is being called for all the lines and the adornment manager is recreating the adornments for all the lines instead of the newly added lines. Could you please let me know what is causing this behavior, like what would be the reason that is forcing actipro to call the GetTags method for all the visible lines (or the snapshotranges) instead of calling for only the newly added lines.
Many Thanks,
PD.
We're using the actipro syntaxeditor. I am having an issue with the CollectionTagger<IIntraTextSpacerTag> GetTags method.
I have observed that when the user edits a line in the syntax editor, the GetTags method is being called for all the lines and the adornment manager is recreating the adornments for all the lines instead of the newly added lines. Could you please let me know what is causing this behavior, like what would be the reason that is forcing actipro to call the GetTags method for all the visible lines (or the snapshotranges) instead of calling for only the newly added lines.
Many Thanks,
PD.