Eclipse in Ubuntu: hover background color property, where?

前端 未结 9 1941
醉酒成梦
醉酒成梦 2021-01-31 16:43

I changed the background color that is visible when hovering code (to black). For example when you hover over a method, you see its signature in a box; I mean the background col

相关标签:
9条回答
  • 2021-01-31 17:03

    In KDE 11.10, System Settings->Application Appearance->Colors(on left)->Colors(tab)->Color Set->Tooltop->Normal Background. Mine was set to black, resulting in black on black in Eclipse.

    0 讨论(0)
  • 2021-01-31 17:07

    Just go to:

    Preferences -> Appearance
    

    and choose a Theme other than GTK

    0 讨论(0)
  • 2021-01-31 17:11

    For me, no proposed solution did work. I ended up adding the following to eclipse.ini:

    --launcher.GTK_version 2

    0 讨论(0)
  • 2021-01-31 17:13

    It might be too late. But I think you need to change this from your OS.

    System->Preference->Appearance->Customise->Colors->Tooltips

    solved my problem.

    I am using Ubuntu 10.04.

    0 讨论(0)
  • 2021-01-31 17:13

    In ubuntu (software center) find and Install GNOME Color Chooser application and set Tool Tip Background color (yellow). Set foreground color to black if you find color viewing problem on other tooltips.

    0 讨论(0)
  • 2021-01-31 17:14

    If you want to change the colour of the hover over for a method that indicates you can click through to its declaration:

    Preferences > General > Editors > Text Editors
    

    There is a list of options in 'Appearance Color Options' in the right panel. Select the 'Hyperlink' option and change its colour.

    0 讨论(0)
提交回复
热议问题