yanne / api-testing

I am using this to test GitHub API
1 stars 0 forks source link

Option to use monospace font in grid #198

Open yanne opened 10 years ago

yanne commented 10 years ago

The default font makes it hard to spot things like missing or extra apostrophes when using the extended variable syntax. It is more visible in the Text Edit tab, but for those who primarily edit in the Edit tab, it would be nice to be able to use a monospace font to make spotting typos easier.

As a workaround, I simply changed wx.FONTFAMILY_DEFAULT -> wx.FONTFAMILY_MODERN in editor/kweditor.py

and that seems to work well.

This issue was originally reported to Google Code on May 14, 2014.