Open GoogleCodeExporter opened 8 years ago
I have the same issue using eclipse, but I've only noticed it in the java
editors. However, there is a work around for this issue in the meantime. A
full stop and start of the gdipp service *while ecplise is running* will solve
the problem.
For some reason the issue only occurs when ecplise is loaded after the gdipp
service has already started. A restart of the gdipp service doesn't solve the
problem, but a full stop/start does.
While its a bit painful you can write a quick script to fix the problem anytime
you encounter it.
fixgdi.bat
---------
net stop gdipp_svc_32
net stop gdipp_svc_64
net start gdipp_svc_32
net start gdipp_svc_64
---------
Then anytime you notice the problem just run the script and you are good.
Maybe you can even write a script that launches eclipse and then runs the gdi
fix automatically. Anyway, hope this helps maintain sanity, its certainly
better than going back to windows font smoothing.
Original comment by alanlind...@gmail.com
on 27 Apr 2011 at 4:41
I've recently encountered this problem as well on windows 7 x64. In addition
to s's appearing as W's, I'm having the > characters disappear when next to
other characters. So, /> will appear as /, but x > y still renders as x > y.
This makes looking at xml interesting at the very least.
Original comment by wrai...@gmail.com
on 30 May 2011 at 9:12
Original issue reported on code.google.com by
Yeled.N...@gmail.com
on 4 Mar 2011 at 8:59Attachments: