Can't disable font ligatures

Answered

Hi,

I'm using Hasklig font on IDEA Comunity 2017.1 with font ligatures enable. Everything work great!

Now I swith back to Source Code Pro font & uncheck option 'Enable font ligatures', but IDEA still display ligatures symbol like these https://raw.githubusercontent.com/i-tu/Hasklig/master/hasklig_example.png

How can I disable this?

 

Thanks,

-Quan

0
8 comments

Please attach a screenshot with your font settings and a screenshot of the editor where you still see the ligatures.

0
Avatar
Permanently deleted user

Here are Font setting & editor with that

0

Thanks for the report, I've submitted it to the issue tracker. Please star/vote the issue to receive notifications: https://youtrack.jetbrains.com/issue/IDEA-170551. See https://intellij-support.jetbrains.com/hc/articles/207241135 if you are not familiar with YouTrack.

Please attach your IDE settings (File | Export Settings) and idea.log (https://intellij-support.jetbrains.com/hc/articles/207241085) to the issue linked above.

0

Do you use Advanced Java Folding plug-in? Does it help if you disable it?

0
Avatar
Permanently deleted user

oops, it's cause by https://github.com/zjhmale/intellij-clojure-pretty-symbol. I forgot I have it installed :)

0
Avatar
Permanently deleted user

For anyone else finding this. This can also be a case of configuring ligatures in the incorrect place. I had ligatures turned off in 'General | Font', but it's also configured in 'General | Color Scheme | Console Font'. I needed to disable in both places before I seen 'real' characters again.

3

Thanks, Graham Kelly! Also I found this configured in "Editor -> Reader mode -> Font ligatures", it should be switched off too.

6

Further it must be disabled in General | Color Scheme | Color Scheme Font.

2

Please sign in to leave a comment.