Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Mountaingod on December 02, 2009, 12:22:35 am

Title: "Letter O considered harmful"
Post by: Mountaingod on December 02, 2009, 12:22:35 am
The default font of Code::Blocks has identical graphemes for O (the letter) and 0 (the digit). This causes confusion with variable names and so on.

Ideally I would just change one of those two characters to remove the ambiguity, but if necessary I can change the whole font used to display code. How would I do either one of these?

(It's a basic question I know, but there's not much here or in the wiki related to it - despite the wider problem being flagged as far back as Fortran).
Title: Re: "Letter O considered harmful"
Post by: Jenna on December 02, 2009, 12:35:23 am
Click on "Choose" in "Settings -> Editor -> General settings -> Font".
Title: Re: "Letter O considered harmful"
Post by: Mountaingod on December 03, 2009, 02:48:15 pm
Thanks a lot :)