TODO list (again)
Roberto Raggi
raggi at cli.di.unipi.it
Fri Mar 1 17:26:02 UTC 2002
works here.. but i've QT3/KDE3..
ciao robe
On Friday 01 March 2002 17:12, Jörg Rüppel wrote:
> Ok, that's good to know, but the console problem was a method. I guess it's
> ok if I send you a small portion of it:
>
> CONSOLE.H
>
> typedef struct console_command
> {
> char name[CONSOLE_MAX_NAME_LENGTH+1];
> void (*ptr)(char*);
> bool shown;
> } console_command;
>
> class CONSOLE {
> public:
> bool add_command(char* name, void (*_ptr)(char*), bool _list=true );
> };
>
> CONSOLE.CPP
>
> bool CONSOLE::add_command(char* name, void (*_ptr)(char*), bool _list )
> {
> console_command *com = NULL;
> com->
>
> [...]
> };
>
>
> Jörg
>
> Am Freitag, 1. März 2002 17:00 schrieben Sie:
> > ok ;-)
> > at the moment the code completions works only inside a method..
> >
> > // you can complete here
> > class1::method(.. ){
> > }
> >
> > // but not here
> > int main(..) {
> > }
> >
> > ciao robe
>
> _______________________________________________
> Kdevelop-devel mailing list
> Kdevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
More information about the KDevelop-devel
mailing list