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