- Code: Select all
string CSharpToHtml(string code);
string VbNetToHtml(string code);
string JSharpToHtml(string code);
string TSqlToHtml(string code);
The implementation of this syntax coloring engine is based on the AylarSolutions.Highlight (Copyright (c) 2003 Aylar Solutions. All rights reserved).
The plug-in intrinsic object acts as the fascade for the syntax coloring functionality. The fact that it internally uses Aylar Solutions implementation is an implementation detail that may be changed in future versions.
The XML file for defining new languages is intentionally hidden for the time being. It will probably be exposed in future versions.
To download the zip file that contains the new plug-in, the readme file, the update XHTML Database Report template and the batch file that registers the intrinsic object, go to the following URL:
http://www.mygenerationsoftware.com/TemplateLibrary/File/?guid=23394c2f-8588-435f-a1a7-41fd7d371733
This is a pre-release version, so based on feedback received, some interface breaking changes may be applied.
Regards,
Victor
http://www.futureware.biz
