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 236791 - Anti-Alias Text in Code Completion Header difficult to read
Summary: Anti-Alias Text in Code Completion Header difficult to read
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 04:34 UTC by bht
Modified: 2014-02-14 02:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Code completion screen print (16.87 KB, image/gif)
2013-10-05 04:34 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2013-10-05 04:34:27 UTC
Created attachment 140829 [details]
Code completion screen print

A similar problem was fixed in bug 234236.
White on dark blue is ok but no ant-alias please. Anti-alias does not help on single pixel wide fonts.
Comment 1 bht 2013-10-31 06:39:33 UTC
This can also be reproduced in JSF, JSP editing, with version 7.4 release:

- Menu|File|New Project|PetCatalog|Samples|JavaEE|Pet Catalog (Java EE 6)
- Open the file detail.xhtml in the editor
- start code completion at tag <h:head> after ":"
Comment 2 Stanislav Aubrecht 2013-11-27 11:34:55 UTC
PatchedHtmlRenderer in editor.completion is forcing text antialiasing.
Comment 3 bht 2014-01-25 15:46:58 UTC
This happens also in Java files. Could we please have this patched in version 7.4?
Comment 4 Dusan Balek 2014-02-10 16:52:50 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/acada20ec02a
Comment 5 Quality Engineering 2014-02-14 02:55:04 UTC
Integrated into 'main-silver', will be available in build *201402140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/acada20ec02a
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #236791: Anti-Alias Text in Code Completion Header difficult to read - fixed.