In
...\Torsion\code\Torsion\ScriptCtrl.cpp (1 hit)
Line 301: SetLexer(wxSTC_LEX_TCS);
I think this is "Torque C Script" special style enums, but I can't find more info in the sourcecode.
There is more TCS-s at Line 907:
if ( style == wxSTC_TCS_COMMENT ||
style == wxSTC_TCS_COMMENTLINE ||
style == wxSTC_TCS_COMMENTDOC ||
style == wxSTC_TCS_STRING ||
style == wxSTC_TCS_STRINGEOL )
Is there any info or suggestion?
Best Regards
In
...\Torsion\code\Torsion\ScriptCtrl.cpp (1 hit)
Line 301: SetLexer(wxSTC_LEX_TCS);
I think this is "Torque C Script" special style enums, but I can't find more info in the sourcecode.
There is more TCS-s at Line 907:
if ( style == wxSTC_TCS_COMMENT ||
style == wxSTC_TCS_COMMENTLINE ||
style == wxSTC_TCS_COMMENTDOC ||
style == wxSTC_TCS_STRING ||
style == wxSTC_TCS_STRINGEOL )
Is there any info or suggestion?
Best Regards