I am being annoy by that fact that even the font setting for quoted string ("....") is empty, for some reason, it's not inheriting the fixed-width font (Courier New) that I set in the global setting. Hence whenever I have line with string literal, my code become misaligned.
Help please!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am being annoy by that fact that even the font setting for quoted string ("....") is empty, for some reason, it's not inheriting the fixed-width font (Courier New) that I set in the global setting. Hence whenever I have line with string literal, my code become misaligned.
Help please!
I also encounter this problem. For Java String, it use some San Serif font to display the string literal.
+1