Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] OT: object info doesn't appear during holdover.

linuxguy wrote:

> This is a plea for help.  I know this mailing list is for Java tool
> development not support.  I'm sorry to break the rules posting this. 
> 
> I've been fighting with this problem for over a week and I've posted to
> eclipse.tools.jdt and I still haven't gotten it resolved.

Please open a bug report on http://bugs.eclipse.org/bugs/ for things
like this.

> What do I do to make holder info and object completion work again ?

These things are called "tool tips" (the little yellow windows). In your
bug report, you should include some additional info:

- What happens when you press F2 (which forces Eclipse to open a real
window with the tool tip text).
- Can you see something in the Javadoc view?
- Is there anything in the error log (see Window -> Views).
- Maybe your problem is related to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=148872

Regards,

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://www.philmann-dark.de/


Back to the top