Sudhanshu
Sudhanshu

Reputation: 755

Eclipse Javadoc's popup font size

I have Eclipse Juno running on my Fedora 17.

When I hover over a function / variable in Eclipse, a box pops up that contains information about that function with the font size of about 30 or 40 units. I have really searched hard to reduce the font size but I JUST CAN'T.

Why am I having this issue?

I know where font settings are for Eclipse IDE. I've changed and tested all options in there to see which might change the font, but none do.

Upvotes: 7

Views: 2798

Answers (2)

Sudhanshu
Sudhanshu

Reputation: 755

The answer from @tobias_k in the comments helped me get to the correct settings for the dialog box. I'm reproducing it here for easy reference to anyone.

Preferences -> Appearance -> Colors and Fonts -> Java -> Javadoc Display Font

This should get you where you need to be. Just to clarify, that popup for documentation is considered a dialog box so it checks the dialog box font size for this.

Upvotes: 7

Vasil Valchev
Vasil Valchev

Reputation: 5819

Have u tried to change the gnome theme, or whatever your shell is. I have similar problem in Ubuntu, the problem was in background of this window, it was black, and my font was black too, so nothing can be read but when i change my theme everything is fine now.

Upvotes: 0

Related Questions