kdevelop and C++
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Fri Oct 29 09:52:54 BST 2004
On Thursday 28 October 2004 20:18, Frank Beckmann wrote:
> Example:
>
> class XYZ
> {
> public:
>
> int a;
> int ab
> void funca();
> void funcb();
> }
>
> The Visual Studio Editor:
>
>
> XYZ *pointer = new XYZ;
>
> pointer->[a] <- The editor tells me you can chose a or ab;
> When you scroll up or down in the menu that the editor open you see al
> attributes and methods of the class.
>
> pointer->|a----| /\
> ----------|ab---| scroll up and down
> ----------|funca|
> ----------|funcb|\/
>
> The Editor dont jump to the declartion or implementation of the method or
> attribute, he helps me to see what is it in a class, i chose the methode
> or attribute.. Example i chose methode funb
This is called "intelisense" on Microsoft based products and "code completion"
on KDevelop.
>
> The editor wirte:
>
> pointer->funcb( and in tell me what arguments are accepted..
This also is know as "code completion" and also works fine on KDevelop.
--
Amilcar Lucas
Current webmaster
The KDevelop project
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list