kdevelop and C++

Frank Beckmann rootman at web.de
Thu Oct 28 19:18:59 BST 2004


Hi :-)

i know, i wirte a bad english :-)

I dont want browse the classes with attributes and methods.

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 

The editor wirte:

pointer->funcb( and in tell me what arguments are accepted..

When this feature is not in kdevelop, is it an option for later relases ?

Frank

> Of course :) Check out the "Classes" view. It's one of the buttons in
> the left hand view (IDEAl mode).
> 
> You then get a tree of namespaces, classes and their attributes and
> methods. Clicking these will take you directly to them in the code.
> 
> --
> Tarjei
> 
> 
> -
> to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«


__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201


-
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