Python syntax highlight and accented characters

Solved bugs are moved into this topic...
Post Reply
ANewUser
Posts: 50
Joined: 25.01.2020 12:15

Python syntax highlight and accented characters

Post 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!
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Confirmed, thanks for report, will see it.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post 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
ANewUser
Posts: 50
Joined: 25.01.2020 12:15

Post by ANewUser »

Hello!

Thank you for fast response and solution!
Post Reply