Page 1 of 1

Python syntax highlight and accented characters

Posted: 25.01.2020 12:31
by ANewUser
Hello!

If accented character is occurred in the names (function, class, ...) then the name will be coloured only up to the accented character. (class Buborék, def _végrehajt, ...)

How can I modify this behaviour?

Thanks!

Posted: 25.01.2020 17:44
by Alexey
Confirmed, thanks for report, will see it.

Posted: 25.01.2020 18:09
by Alexey
Will be fixed in next update, or download updated lexer file and put it to data/lexlib dir:
https://github.com/Alexey-T/CudaText/bl ... Python.lcf

Posted: 25.01.2020 21:00
by ANewUser
Hello!

Thank you for fast response and solution!