Completed
Last Updated: 25 Nov 2019 15:04 by ADMIN
Release LIB 2019.3.1202
Martin Ivanov
Created on: 25 Oct 2019 11:34
Category: SyntaxEditor
Type: Bug Report
1
SyntaxEditor: String content in XML files is not colored properly if not fully visible

If you have an XML attribute with a string value, but the value is not fully rendered into the viewport, its color defaults to black, instead of the expected blue color.

To work this around, you can create a custom XmlTagger and override its GetTags() method. This will allow you to properly catch the string value and return it as a tag span element with its ClassificationType set to "string".

0 comments