scaffold and code completion



Hello,

I saw by gooling the net that Anjuta2 is replaced bu Scaffold;
I am testing now some development IDEs on Linux (targetting on
development in "C") and I had looked at Anjuta 1.* and on Kdevelop.
I have gnome 2.2.0 ; so I when I tried to build scaffold 0.1.10 from
source I got errors regarding upgrading gnome and installing other
libs. So before starting installing othet libs and upgrading ,
I have 2 questions if I may:

First, I have a question regarding code completionin a "C" project.

I wrote down and build this simple program: In Anjuta 1 there was NO
code completion as described below. Will it exist in scaffold ?


#include <stdio.h>

typedef struct myTest
	{
	int i;
	char* str;
	} myTest;

int main()
{
	printf("Hello world 1\n");
	myTest* t;

	getchar();
	return (0);
}



Now , when I try to add , in Anjuta 1 , after the line
	myTest* t;

the follwing :
t->

I expected that a little code auto completion dialog will pop up
suggesting me what to choose (from the members of myTest struct) but nothing
appeared.

Did I do something wrong ?
Or is this feature missing in Anjuta 1 ?
I must add that there is some form of auto completion dialog window :
when I start to type
(for example myT it open such an  auto completion dialog window).

Second: what is the official web site of scaffold ?
what is the current status of this project ?
are there any mailing lists ? forums ?
Any tips ?



regards,
John

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.com/




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