AdvMemoStylers

Hello



Is there a mechanism to insert carriage returns after a specific set of characters utilizing the stylers. For example if an AdvXMLStyler was utilized could the styler be configured to insert carriage returns after <Body> and </Body> so that the text between these two character strings would be visually delineated.



another example with the AdvJSStyler would be to insert a carriage return before and after the JSON pair that contained the word body as the first character string of the pair, i.e. "body": "John I received"



TIA



John

The styler will only control the coloring of text according to syntax rules and will not affect the text itself, i.e. by inserting characters.

Having the option to control formatting like in the case of XML & JSON is an interesting suggestion but is something for the TAdvMemo itself rather than the styler. We'll consider this for a future version.