How to change the color of black focus box in eclipse?
I am working with Eclipse. When clicking on a method, it usually asks us to p press F2 on to view the metho开发者_StackOverflowd details. However the text is black in color and so is the background. I have to end up selecting all of the contents to view them each time. Is there a way to make the background plain white instead.
You can change the focus window background color from Window -> Preferences -> C/C++ -> Editor -> Source Hover Background
I found that the background color of that popup cannot be configured via the eclipse preference as it uses the operation system 's ToolTip 's background color .
For the widows OS , you can refer this to change the Tool Tip background color
Found another solution for this Go to Eclipse -> Window -> Preferences -> General->Appearance ->Colors and Fonts
Change the Javadoc Background Color and the Javadoc text Color as per your requirements , no need to change both though
Please find the attached screenshots for the same
ScreenShot1 : Eclipse Settings
ScreenShot2 : Impact of the Eclipse Settings Before and After
精彩评论