Page 1 of 1

function tool tip

Posted: Wed Aug 31, 2011 12:35 am
by pnr
Hi,

Came across codelite recently and I'm impressed!

One question: in the standard hello world program the tooltip for printf( does not appear. If I add a local function, the tooltip for that does appear. Is this behavior as designed or did I do something wrong in installation/configuration? This is the case in both the april and yesterday's release. Platform: osx lion.

Thanks for your advice.

Paul

Re: function tool tip

Posted: Wed Aug 31, 2011 1:10 am
by eranif
pnr wrote:One question: in the standard hello world program the tooltip for printf( does not appear
Are any of the standard functions are working for you?

A good place to start checking whether your codelite is setup correctly is: "Settings | Tags Settings | ctags | Include Files" this is where codelite's code completion parser searches for the paths of the various standard include files (like stdio.h etc)

Make sure that the paths there are correct (i.e. exist on the disk and do contain the include files)

You could also try and retag your workspace (From the menu: "Workspace | Retag Workspace (full)")

Some code completion documentation:

http://www.codelite.org/LiteEditor/Documentation#toc3
Eran