This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222015

Summary: Line Number font settings
Product: editor Reporter: der-muell
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: Alxv
Priority: P4    
Version: 7.2.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description der-muell 2012-11-13 07:58:09 UTC
It would be nice if the font of the line number could orient to the current text editor font or if you would be in a position to change the line number font in the options menu.
Comment 1 xsistema 2014-01-19 11:58:01 UTC
My OS system default language is set to Japanese. When I start NetBeans IDE 7.3.1 or 7.4 editor window fonts are automatically set to OS system default (it is some Japanese font) - but I want all to be 'Courier New' font. So I successfully changed it in editor window (where the code is written) and in Output window. But code line numbers is still in Japanese font (for me digits look to narrow). It would be nice to have the ability to change them also to 'Courier New' font.
Comment 2 rasa.silva 2014-07-10 15:59:22 UTC
I second this.

Looks like the line number font is hard-coded (courier new?).
I suppose two changes could be done:
1. Have it inherit the Syntax-Default->Font setting 
2. Have an entry to override that.

Just guessing but I feel that change 1 could give enough win with little effort...