Hello!
Non ASCII/accented letters rendered differently (not in every theme).
Some examples:
Autohotkey (.ahk): "MsgBox áéí abc"
Batch files (.bat): "echo áéí abc"
Inno Setup script (in [CustomMessages] section, but any other section will do it) (.iss): "MessageIdentifier=áéí abc"
Probably there are more languages too.
Is there any setting for this?
Thanks!
Non ASCII letters rendered differently
It seems the non ASCII letters are treated like symbols ...
for Autohotkey: https://i.imgur.com/XXuhfDk.png
for batch files: https://i.imgur.com/oDbP7t3.png
for Inno Setup: https://i.imgur.com/nofvlKh.png
for Autohotkey: https://i.imgur.com/XXuhfDk.png
for batch files: https://i.imgur.com/oDbP7t3.png
for Inno Setup: https://i.imgur.com/nofvlKh.png
Lexers Autohotkey, Inno Setup are updated in addons now; lexer Batch is updated in Github
https://github.com/Alexey-T/CudaText/bl ... 0files.lcf
https://github.com/Alexey-T/CudaText/bl ... 0files.lcf
It seems everything is ok, I had to use view/lexers/... in the case of Autohotkey (despite I already selected for the source file).
But the multi line comment (/* ... */) does not be recognized in a function.
https://i.imgur.com/UM6LVZA.png
But the multi line comment (/* ... */) does not be recognized in a function.
https://i.imgur.com/UM6LVZA.png