tags:

views:

35

answers:

2

Hi,

when i go with the mouse pointer on the function it doesn't show the location, class...

i have this problem in one of my projects. All is executed ok so the functions are there :).

Build id: 20090920-1017

Any idea?

Javi

A: 

You should restore Hovers to default.

See your Eclipse Preferences:

Java -> Editor -> Hovers

Click on "Restore Defaults"

echox
sorry, i forgot to say im using eclipse pdt.
A: 

It's either in

  • Java->Editor->Content-Assist->Advanced select PDE API Tools proposals
  • Java -> Editor -> Hovers (as described before) Click on "Restore Defaults"
  • PHP -> Editor -> Hovers
  • also check settings in PHP -> Editor -> Content Assist

If all this didn't work perhaps start eclipse with -clean parameter or reinstall? hope this helps and is not to late

Redlab