Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT API hover help and completion


If you have any requirements for the parser, please let me know as soon as you can.  

JohnC



Chris Moller <cmoller@xxxxxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx

07/03/2003 02:19 PM

Please respond to
cdt-dev@xxxxxxxxxxx

To
cdt-dev@xxxxxxxxxxx
cc
Subject
[cdt-dev] CDT API hover help and completion





To the world at large:

We here at Le Chapeau Rouge have started a project to supply API "hover
help" and completion mechanisms for CDT.

The basis for both of these is the construction of a collection of
indexable databases containing the necessary information.  What's at
least a first pass at creating one such db has already been done by
writing a custom parser that extracts info from the GNU glibc manual
.texi sources.  As time goes on, we plan to add dbs for libs like X,
GTK, and whatever else looks useful.

Our next step will be to tinker the CDT plugin to make use of the dbs,
using the mechanisms already in place for JDT.

Any input -- suggestions, wish-lists, whatever -- is welcome.

Chris Moller
Tinker at Large
Red Hat, Inc.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top