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 247532 - Support for no-bold and no-italic fonts configuration.
Summary: Support for no-bold and no-italic fonts configuration.
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-28 23:07 UTC by phao1989
Modified: 2014-10-02 14:45 UTC (History)
0 users

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 phao1989 2014-09-28 23:07:56 UTC
In some editors, like sublime-text, you can specify options that tells the editor that you *don't* ever want bold fonts. It serves as a "master override", which replaces all other configurations which may cause some code in the editor to be bold faced.

Analogously, there could be an options for "no italic", "always bold", "always italic" like with "no bold".

It'd be nice to have a features like that: no bold, always bold, no italic, always italic.