TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

Text containing '&' is displayed incorrectly #35

Closed dharber closed 7 years ago

dharber commented 7 years ago

It's possible this is intentional but it's certainly inconvenient.

If a line contains an ampersand, in at least some cases that ampersand is treated as a prefix to underline the following character, much like in Windows menu strings. This can be very confusing when analyzing log files that contain URL's with query parameters.

DavidAnson commented 7 years ago

Not intentional, sorry! I'm guessing this is a regression that was introduced with the change to work around a bug in the platform (GDI+) code that was responsible for the one exception that caused nearly every crash of the tool. With luck, the new API provides a flag to opt out of underlining. Thanks for reporting this!

DavidAnson commented 7 years ago

Fixed in the 2016-12-09 release, thank you!