Linux Tools Project - Libhover Plug-in

Overview

The Linux Distributions Libhover plugin provides a common interface for C library hover help to the CDT (C/C++ Development Tools) as well as a fundamental set of library hovers to choose from. The plugin provides a simple extension so that any number of additional libraries may provide hover help documentation without having to create any Java code. The general idea is that hover help documentation can be generated from the manual source or code source of a particular library.

Current Status

In conjunction with CDT 5.0.1, the plugin supplies:

  • Glibc hover and completion support
  • Newlib hover and completion support
  • An Eclipse extension for adding future C library hovers

Future Plans

  • libstdc++ support using doxygen documentation
  • Generalized C++ support via libstdc++ doxygen format

Screenshots


Libhover sample

Demos

Libhover demo in ogg format

Try it out

Follow the instructions .

Incubation
Incubation