[Anjuta-list] auto complete property for system functions



I created a makefile c project and edited the main c file as below:

#include <sys/types.h>
#include <sys/dir.h>
#include <sys/param.h>
#include <stdio.h>
#include <unistd.h>

int main()
{
	printf("Hello world\n");	
	get
	return (0);
}

When i start to write getcwd, i don't see any autocompletion. I have
to open terminal and write "man getcwd" each time. Is there such a
property at Anjuta for system functions defined at already installed
headers?

I am using the Anjuta 2.4.1 deb compiled version from the Ubuntu Hardy
repo on my Ubuntu Hardy system.

-- 
Oğuz Yarımtepe
www.loopbacking.info




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]