For example, the following Perl code causes all code after the double quote to have string highlighting reversed
- Code: Select all
$repString =~ s/"//g;
I can amend the line above to
- Code: Select all
$repString =~ s/"//g; #'
which sorts the issue for all subsequent lines, but i don't want to litter communal code with odd looking comments just to keep UE happy.
I know there's the EnableMLS/DisableMLS wordfile command but this switches off (when disabled) valid multiline strings. Other editors i've tried (vi!!!, Notepad++) seem to cope with this situation better.
Can someone suggest a way around this?
Thanks, PG.
I'm using UE version 19.00.0.1025 but i think it's a long standing issue.


