[Anjuta-list] code completion in Anjuta
- From: "John Que" <qwejohn hotmail com>
- To: anjuta-list lists sourceforge net
- Subject: [Anjuta-list] code completion in Anjuta
- Date: Thu Oct 14 01:16:56 2004
Hello ,
I have a question regarding code completion in Anjuta in
a "C" project. I wrote down and build this simple program:
#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 , 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 ?
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).
regards,
John
_________________________________________________________________
Don't just search. Find. Check out the new MSN Search!
http://search.msn.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]