I am using UE 12.10+2
I am unable to get the syntax checker to recognise a word after the delimiter "." for a VBS file.
For example, "oUserStream.writeline" I expect to appear as "oUserStream.WriteLine".
I have the following lines in wordfile.txt:
/L12"VBScript" VBSCRIPT_LANG Line Comment = ' File Extensions = VBS WSF
/Delimiters = tab.(),-+=|\/{}[]:;"'< >
/C4"Methods"
Write WriteBlankLines WriteLine
If I enter the standalone word "writeline" it does appear as "WriteLine" .
I do not have any other /L12 entry.
I am unable to get the syntax checker to recognise a word after the delimiter "." for a VBS file.
For example, "oUserStream.writeline" I expect to appear as "oUserStream.WriteLine".
I have the following lines in wordfile.txt:
/L12"VBScript" VBSCRIPT_LANG Line Comment = ' File Extensions = VBS WSF
/Delimiters = tab.(),-+=|\/{}[]:;"'< >
/C4"Methods"
Write WriteBlankLines WriteLine
If I enter the standalone word "writeline" it does appear as "WriteLine" .
I do not have any other /L12 entry.