Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Text hover or Hover Help

Most likely 2.0. The actual mechanics of responding to a hover hit -- looking up the function (or whatever) name, formatting the pop-up data, etc. -- are done, as is the mechanism to search a path for property files to provide the data.

But I still need to write a handful of "extractors" to generate the property files. Right now, all I've got is a glibc prop file; I'm planning on doing Xlib (and related) and GTK+ next.

I'm also almost done with a mechanism to allow users to override the default search path for those prop files -- a "Help Settings" tab under Project->C/C++ Project.

cm


Douglas Schaefer wrote:
Is it going to be ready for 1.2 or are you thinking 2.0.

Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa, Ontario, Canada



Chris Moller <cmoller@xxxxxxxxxx> Sent by: cdt-dev-admin@xxxxxxxxxxx
09/11/2003 10:40 AM
Please respond to
cdt-dev@xxxxxxxxxxx


To
cdt-dev@xxxxxxxxxxx
cc

Subject
Re: [cdt-dev] Text hover or Hover Help






We here at Red Hat are working on this. I've got an early version working, but it's not ready for general release.

Chris Moller
Senior Tinker
Red Hat, Inc.

Tanya-Marise De Sousa wrote:

When you point to a function in the editor, a function summary should appear in a popup.

Does anyone know the status of this feature?

Regards,
Tanya-Marise de Sousa Information Development
Rational Software
IBM Software Group
613.591.7931
~~~~~~~~~~~~~~~~~~


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


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



Back to the top