How to change the highlight color in autocomplete box in Eclipse

前端 未结 7 1647
萌比男神i
萌比男神i 2020-12-04 12:11

I can\'t find a way to change the color of the highlighted selection in the autocomplete box in Eclipse.

\"enter

7条回答
  •  一向
    一向 (楼主)
    2020-12-04 13:02

    This problem can also be fixed from within Eclipse, as is described in the blog post Fix Eclipse colours in ubuntu 12.04.

    1. Go into the Preferences (Window -> Preferences)
    2. Choose General -> Appearance from the left menu
    3. Uncheck the checkbox Use mixed fonts and colours for labels

    Before

    the bad colored code completion window in eclipse

    After

    enter image description here

提交回复
热议问题