Closed Qeole closed 6 years ago
Flags as third arguments, as passed to replace()
in several parts of the add-on, were a Gecko extension. Support for this was dropped for Thunderbird 49 and higher.
Fixed in dev
branch.
If you were to fetch it, note that this branch is not stable and history can be rewritten.
Fixed with commit 28ce5f1a249241b7443f77067cd35b9190a8f1f4.
When trying to show whitespaces and tabs, only the first tab and first whitespace are displayed.
Similarly, only the first tab seems to change size when we modify the option.
I suspect the regex that's applied to the text to perform these modifications somehow lost its “global” flag and only applies to the first occurrence on the line. To be investigated.