简体   繁体   中英

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 method 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.

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

您可以从窗口->首选项-> C / C ++->编辑器->源悬停背景更改焦点窗口的背景颜色

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM