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 235416 - Code completion window still anti-aliased
Summary: Code completion window still anti-aliased
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-09-02 13:57 UTC by kovica
Modified: 2016-07-07 07:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
code completion window showing anti aliased fonts (72.77 KB, image/png)
2013-11-30 14:27 UTC, canistel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kovica 2013-09-02 13:57:03 UTC
I'm using:
Product Version: NetBeans IDE Dev (Build 201309020001)
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-b15
System: Linux version 3.8.0-29-generic running on amd64; UTF-8; sl_SI (nb)

In netbeans.conf I have:
-J-Dswing.aatext=false -J-Dawt.useSystemAAFontSettings=off

but when I call (press CTRL-SPACE) code completion window up, the content is still anti-aliased despide the fact it should not be.
Comment 1 matthies 2013-11-13 21:28:57 UTC
Same here under Windows 7 with Classic look and font smoothing turned off (HKEY_CURRENT_USER\Control Panel\Desktop\FontSmoothing=0).
Please fix this. This is a regression from 7.3.
(Also cf. http://wiki.netbeans.org/FaqFontRendering.)

I'm using:
Product Version: NetBeans IDE 7.4 (Build 201310111528)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 2 canistel 2013-11-30 14:26:05 UTC
This affects me too, can we please get a fix for this asap? I imagine it's a very simple fix (couple lines of code) but it ends up burning out my eyes... I can't use 7.4 until this is fixed, I came from 7.2 and it worked great there.

My conf:
-J-Dswing.aatext=false -J-Dawt.useSystemAAFontSettings=off -J-Dorg.netbeans.editor.aa.fractional=false -J-Dorg.netbeans.editor.view.settings.level=FINE -J-Dorg.netbeans.editor.aa=off -J-Dorg.netbeans.editor.aa.text=off -J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true
Comment 3 canistel 2013-11-30 14:27:24 UTC
Created attachment 142743 [details]
code completion window showing anti aliased fonts
Comment 4 Martin Balin 2016-07-07 07:30:29 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