General XMetaL Discussion
XMetaL Community Forum › General XMetaL Discussion › PrettyPrintOptions in ctm file does not work
-
MichaelLohr May 6, 2022 at 8:24 am
PrettyPrintOptions in ctm file does not work
May 6, 2022 at 8:24 amParticipants 1Replies 1Last Activity 9 months agoHi,
We are using XMAX 14 in a C# application and trying to customize the view of the xml shown.
One element looks like<GlobalPrettyPrintOptions>
<IndentAmount>2</IndentAmount>
<MaxLineLength>80</MaxLineLength><NoPrettyPrinting/>
</GlobalPrettyPrintOptions><ElementProperties>
<Name ns=””>ParaTitle</Name>
<TagColor>66FFCC</TagColor>
<PrettyPrintOptions>
<NewLineAfterStartTag/>
<NewLineBeforeEndTag/>
</PrettyPrintOptions>
</ElementProperties>While the “TagColor” works as expected all options below “PrettyPrintOptions” have no effect. What can be the problem?
Best regards,
Michael -
AuthorPosts
- You must be logged in to reply to this topic.