This appears to be a bug that I've found using JavaScript in Gedit (when you change the font from "Ubuntu mono" to "Monospace") and Geany so far. I have a right margin set to 80 chars, but when I type Object
, prototype
or any other key word bolded by the program, It adds some letter spacing that throws off the spacing just slightly.
Because of this, I have a line declaring Object
that's 79 characters, but appears to be 81.5 characters. Can someone advise me on how to fix this? Is it a Text Editor setting? Is it an issue with the font itself?