I am trying to add custmoized brace strings to VB part of the wordfile.txt.
Without anything added there, if I press "Ctrl+b", UE braces around "(" abd ")
However, if I add the following:
I even lose the basic bracing of "(" and ")".
Anyone knows how to specify some brace strings correctly? Thanks!
Without anything added there, if I press "Ctrl+b", UE braces around "(" abd ")
However, if I add the following:
Code: Select all
/Open Brace Strings = "{"
/Close Brace Strings = "}"
Anyone knows how to specify some brace strings correctly? Thanks!