
Hi guys,
I would like to offer my users the possibility of customizing the general appearance of a child language, specifically the background color. In SE for WinForms, this can be done with the ChildLanguageBackColor attribute in the XML files, but I assume that the correct way of doing it for SE WPF is with a ClassificationType? I have tried adding one to my state, like this:
<State Id="12" Key="ASPDirectiveCode" DefaultClassificationTypeKey="ASPCode">
I want all of the code inside ASP tags to have the yellow color, but it doesn't seem to work, or perhaps it's just overridden by the child language? I'm not really sure how this is best done, but hopefully you can enlighten me :). I would like to hava a ClassificationType on the HTML language, that allows the user to define general text and background color for ASP code inside an HTML file - what to do? :)