Files
UnrealEngineUWP/Engine/Source/Runtime
Jamie Dale 2d8dc29c66 Improved handling of quotes within an unquoted string
If the text filter expression parser comes across a quote within a quoted string, it will now switch into "quoted string" parsing mode, and consume all characters (even special characters) until it finds a corresponding closing quote. The resultant string will also include the quote characters (unlike a normal quoted string).

This allows our asset reference strings to be parsed correctly, eg) Type'/Path/To/Asset.Asset'

This also improves the error message when a quoted string is unbound. It now reports the character it was looking for, as well as the line and character index of the opening quote.

ReviewedBy Andrew.Rodham

[CL 2581449 by Jamie Dale in Main branch]
2015-06-09 13:18:02 -04:00
..
2015-06-08 22:59:10 -04:00
2015-06-08 12:25:59 -04:00
2015-06-08 04:49:29 -04:00
2015-05-29 12:48:01 -04:00
2015-06-09 07:46:27 -04:00
2015-06-04 13:18:32 -04:00
2015-06-08 18:12:31 -04:00
2015-05-27 13:47:23 -04:00