smartinspectpython.sisourceid

Module: sisourceid.py

Revision History

Date Version Description
2023/05/30 3.0.0.0 Initial Version.

Used in the LogSource methods of the SISession class to specify the type of source code.

Html = <SISourceId.Html: 300>

Instructs the SISession.LogSource methods to use syntax highlighting for HTML.

JavaScript = <SISourceId.JavaScript: 301>

Instructs the SISession.LogSource methods to use syntax highlighting for JavaScript.

VbScript = <SISourceId.VbScript: 302>

Instructs the SISession.LogSource methods to use syntax highlighting for VBScript.

Perl = <SISourceId.Perl: 303>

Instructs the SISession.LogSource methods to use syntax highlighting for Perl.

Sql = <SISourceId.Sql: 304>

Instructs the SISession.LogSource methods to use syntax highlighting for SQL.

Ini = <SISourceId.Ini: 305>

Instructs the SISession.LogSource methods to use syntax highlighting for INI file.

Python = <SISourceId.Python: 306>

Instructs the SISession.LogSource methods to use syntax highlighting for Python.

Xml = <SISourceId.Xml: 307>

Instructs the SISession.LogSource methods to use syntax highlighting for XML.