Underline is not always work as in configure
Posted: 30.12.2020 06:08
Hi
I noticed after configure the StyleFormat with "Underline" checked, sometimes the text in the editor is still not underlined.
Actually, for most of time, it is not underlined (under when the word is in URL format)
I tried to check into the detail, and noticed in below source code, the underline is not handled there,( but if I add "C.Font.Underline := true", it will work.)
that means the underline switch in the config file is not handled here.
https://github.com/Alexey-T/ATSynEdit/b ... c.pas#L726
I noticed after configure the StyleFormat with "Underline" checked, sometimes the text in the editor is still not underlined.
Actually, for most of time, it is not underlined (under when the word is in URL format)
I tried to check into the detail, and noticed in below source code, the underline is not handled there,( but if I add "C.Font.Underline := true", it will work.)
that means the underline switch in the config file is not handled here.
https://github.com/Alexey-T/ATSynEdit/b ... c.pas#L726