You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
None of that exists in new releases of Scintilla because it was private to just my Torsion repo. So it would need to be re-integrated to any new updates to Scintilla.
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
The text was updated successfully, but these errors were encountered: