Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Patch for "add includes" posted for bug 280010

I have posted a patch for a problem with "add includes" not working for data provided by a CHelpProvider (such as Linux tools libhover).

It is a one line change to set the name of the function to look up. Prior to the change, the lookup name (function name) was not being set so null was being passed to the CHelpProvider.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=280010

This fix allows one to add a std C library function and then have its C header automatically added.

Please review for inclusion into CDT 7.0.

Thanks,

-- Jeff J.



Back to the top