Syntax checker problem with VBS delimiter .

Syntax checker problem with VBS delimiter .

1
NewbieNewbie
1

    Jul 07, 2006#1

    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.

    6,683583
    Grand MasterGrand Master
    6,683583

      Sep 06, 2006#2

      Needed a while to find the reason for this issue. It looks like the auto correct feature works in combination with the auto complete feature.

      You have to uncheck the option Do not auto-complete structure members (items following "." or "->") at Configuration - Editor - Auto-complete and then the auto correct feature will also correct writeline to WriteLine after a period.
      Best regards from an UC/UE/UES for Windows user from Austria