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 - Line Number font settings
Summary: Line Number font settings
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.2.1
Hardware: PC Linux
: P4 normal with 3 votes (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 07:58 UTC by der-muell
Modified: 2017-02-06 08:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...