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 233874 - Options>>Fonts & Colors>>Syntax: default fonts Inherited+Bold-Italic is wrong
Summary: Options>>Fonts & Colors>>Syntax: default fonts Inherited+Bold-Italic is wrong
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 02:01 UTC by MackSix
Modified: 2016-07-07 07:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-08-03 02:01:30 UTC
In Options>>Fonts & Colors>>Syntax, all default Font settings that are "Inherited+Bold+Italic" shows incorrectly as "Inherited+Bold-Italic" (the second '+' shows as '-').

This also causes the drop down to show the fonts set as Bold only.

See for example, "All Languages: Entity Reference" and "Java: Annotation Declaration".

Product Version: NetBeans IDE Dev (Build 201308012300)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b16
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Milutin Kristofic 2013-08-05 13:08:15 UTC
They should be just bold. In default settings we have 

 <fontcolor name="mod-annotation-type-declaration" default="identifier">
                <font style="bold" />
    </fontcolor>

<fontcolor name="entity-reference" foreColor="black" default="default">
        <font style="bold"/>
    </fontcolor>


If you change it to bold italic, you will see text Inhereted+bold+italic.
Comment 2 Milutin Kristofic 2013-08-27 15:57:01 UTC
It is not wrong, that there is bold-italic, since the fonts are set to be just bold. But it should just write bold without -italic. It is minor UI defect, therefore I think P4 is more appropriate. Thank you
Comment 3 Martin Balin 2016-07-07 07:26:32 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss