Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CHelpProvider problem

I have a CHelpProvider that provides hover help for specific APIs (e.g.
MPI)
that works in 3.1 but doesn't seem to work in 4.0 (it provides extra text
info about the API being hovered over.)

I have filed a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=201938
that has a small attached project that has a sample CHelpProvider.
In 3.1.2 it gets called when user hovers over an API; in 4.0 it doesn't.
It does get called in 4.0 if you hover over built-ins (e.g. "int")
but not the APIs it was designed to help. :)

Can somebody have a look at this? Is there something different I'm supposed
to do in 4.0 to get it called?


...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511



Back to the top