Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Function reference
Function reference [message #179225] Fri, 03 November 2006 13:14 Go to next message
Eclipse UserFriend
Originally posted by: leo5t.yahoo.it

Hi,
is there a way to see a small reference of a function when i pass with the
mouse over it like in php ide?

Thanks, bye
Re: Function reference [message #179306 is a reply to message #179225] Mon, 06 November 2006 01:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: norbert.ploett.fen-net.de

MrPink wrote:

> Hi,
> is there a way to see a small reference of a function when i pass with the
> mouse over it like in php ide?
>
> Thanks, bye

Hi MrPink,

the CDT has built-in hover functionality for the C Editor. If you don't get
any hovers for function identifiers then my guess is that something with
your project setup keeps the CDT from finding the definition of your
functions.

You can also look at the Preferences -> C/C++ -> Editor, tab Hovers and make
sure that "Combined Hover" is checked. This will give you the maximum hover
information that the CDT is able to collect.


HTH


Norbert
Re: Function reference [message #179379 is a reply to message #179306] Tue, 07 November 2006 12:50 Go to previous message
Eclipse UserFriend
Originally posted by: leo5t.yahoo.it

Il Mon, 06 Nov 2006 07:05:17 +0100, ha scritto:

> Norbert Ploett wrote:
>
> Hi MrPink,
>
> the CDT has built-in hover functionality for the C Editor. If you don't
> get any hovers for function identifiers then my guess is that something
> with your project setup keeps the CDT from finding the definition of
> your functions.
>
> You can also look at the Preferences -> C/C++ -> Editor, tab Hovers and
> make sure that "Combined Hover" is checked. This will give you the
> maximum hover information that the CDT is able to collect.


Thanks for your help,
now i can see tooltips on my own defined functions, but i can't get the
tooltips to work with standard functions.

I saw in the project preferences a menu called c/c++ documentation but i
haven't any help book installed.

I tried to search with google but didn't find help.

Do you know how to install an help book? ( if is that what i need ).

Thanks again,
MrPink
Previous Topic:Eclipse debug exhibits strange behavior with SLED 10
Next Topic:Help regarding content assist
Goto Forum:
  


Current Time: Fri Jul 18 02:07:50 EDT 2025

Powered by FUDForum. Page generated in 0.30726 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top