Is there a way to prevent UE or the Perl syntax highlighter from highlighting all code after an unmatched quote (single or double) with the string highlighting reversed (all code outside quotes highlighted as a string and all code inside quotes highlighted as commands etc.)?
For example, the following Perl code causes all code after the double quote to have string highlighting reversed
I can amend the line above to
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.
For example, the following Perl code causes all code after the double quote to have string highlighting reversed
Code: Select all
$repString =~ s/"//g;
Code: Select all
$repString =~ s/"//g; #'
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.