N Rohler
N Rohler

Reputation: 4615

How to increase content assist tooltip size in Eclipse / PDT

I'm using PDT with Eclipse and the Content Assist tooltips (e.g. for class method descriptions) are too small to be useful. Usually, only the first few words are visible. Is there a preference to increase the sizes of these? I have plenty of screen real estate, so I want to make them much larger.

Thanks

Edit: Maybe I'm using the wrong terminology -- I'm talking about the PHPDoc-style tooltips. Here's a screenshot:

Edit 2: Screenshot no longer available.

Upvotes: 7

Views: 3611

Answers (1)

Fabian Steeg
Fabian Steeg

Reputation: 45754

You should be able to simply grab the pop-up at the lower right corner and drag it larger. It will keep that size the next time it opens (at least it does for me in Eclipse 3.5 and 3.6).

Upvotes: 5

Related Questions