Hi,
I've written a plug-in for Windows Live Writer that used to use the CodeHighlighter component. I'm switching it over to use the SyntaxEditor component as that has the GetTextAsHtml method.
The trouble is, there's a couple of features missing, such as LineNumberMarginVisible and WordWrap. These are now properties on the SyntaxEditor type, but the component that generates the HTML is the Document.
Is there a way to get this?
Cheers,
Steve
I've written a plug-in for Windows Live Writer that used to use the CodeHighlighter component. I'm switching it over to use the SyntaxEditor component as that has the GetTextAsHtml method.
The trouble is, there's a couple of features missing, such as LineNumberMarginVisible and WordWrap. These are now properties on the SyntaxEditor type, but the component that generates the HTML is the Document.
Is there a way to get this?
Cheers,
Steve