I use ubuntu 10.10 and installed the Eclipse indigo from the official eclipse website. It's a java editor (not CDT) and characters on the content assist popup are not readable.

Is there any solution?
|
|
|
After little research: gedit ~/.gtkrc-2.0 paste and save:
Then you must logout or change your style in order to reload new settings. |
|||
|
Let me to cite answer for 12.04 Simply edit the file /usr/share/themes/Ambiance/gtk-2.0/gtkrc search for
change the shade percentage from 0.94 to whatever visible like 0.54
then it works. |
|||
|
|
|
This might be a dumb answer but... is it possible that the font color is set to white so you can't actually see anything? I guess you can change the font color somewhere in in Preferences. |
|||
|
|
|
Your screen capture looks what I get. It's OK for me but if it's no good on your screen, you should be able to change the colours by going to Window > Preferences > General > Appearance > Colors and Fonts and changing either or both of 'Content Assist background color', 'Content Assist foreground color'. But it doesn't look like you can separately control the colours for highlighted and other lines. |
|||
|
|