
Hi,
I want to use the outlining features of Syntax Editor, so I have written the C# class to handle this. However, I can't use an XML file for two reasons:
1). The component is set up programmatically, without an XML file
2). An XML file wouldn't work because I use an obfuscator, and so everything ends up as ?'s
Therefore, is there away of connecting my dynamically created language to my outlining class programmatically?
Thanks,
John
I want to use the outlining features of Syntax Editor, so I have written the C# class to handle this. However, I can't use an XML file for two reasons:
1). The component is set up programmatically, without an XML file
2). An XML file wouldn't work because I use an obfuscator, and so everything ends up as ?'s
Therefore, is there away of connecting my dynamically created language to my outlining class programmatically?
Thanks,
John