function tool tip

General questions regarding the usage of CodeLite
pnr
CodeLite Curious
Posts: 1
Joined: Wed Aug 31, 2011 12:13 am
Genuine User: Yes
IDE Question: C++
Contact:

function tool tip

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: function tool tip

Post 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
Make sure you have read the HOW TO POST thread
Post Reply