Fixed width font in the editor

Here you can discuss and share functionality improvements and helper programs to make Context Free better.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
Weisshaupt
Posts: 5
Joined: Mon Mar 02, 2009 2:11 pm

Fixed width font in the editor

Post 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?

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post 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.

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post 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.

Post Reply