Page 1 of 1

Fixed width font in the editor

Posted: Mon Mar 16, 2009 2:34 pm
by Weisshaupt
I've been using the Mac version of Context Free now for a while and something that bothers me to no end is that the left-hand pane editor doesn't feature a monospaced font.

Can I change this, or do I have to download the source and monkey patch it myself?

Posted: Mon Mar 16, 2009 5:07 pm
by MtnViewJohn
Ah yes. The ability to set the editor font never made it from the Windows version to the Mac version. Your going to have the patch this yourself. My XCode is broken right now so I can't check out how to do it (I installed Safari 4 beta in a system with XCode 3.0). I don't know if the editor font is set by code or if it is done in Interface Builder.

Posted: Tue Mar 17, 2009 10:25 pm
by MtnViewJohn
I just added an editor font preference to the preference panel. You can get it using darcs.

Code: Select all

darcs get http://www.contextfreeart.org/repos/ContextFree3.0beta
I use XCode 3.1.2 but it should build using XCode 3.0 and possibly earlier.