KDevelop V1.0 Bugs

Micko Roland Roland.Micko at icn.siemens.de
Wed Dec 8 08:49:10 GMT 1999


- Not all variables are displayed.

  For a declaration like

   int iNumber1,
       iNumber2;

  the variables are missing in classviewer, while the variables

   int *iNumber1,
       *iNumber2;

  are displayed.

- Not all functions can be accessed in source

  declartion looks like

  class foo {

      typedef struct {
                       void* pvData;
                       void* pvNext;
                       void* pvPrev;
                     } LIST;

      typedef LIST *PLIST;

          :

      PLIST getList ( );

          :       
             };         

  definition in source

   foo::PLIST getList ( ) { }

 
When the function is selected in classviewer always the decleartion file is
called and not the source file.

Roland Micko
ICN CA MR EG 2

SIEMENS AG
Hofmannstr. 51
81359 München

Tel.: +4989/722-21632
Fax.: +4989/722-47420
mailto:roland.micko at icn.siemens.de





More information about the KDevelop mailing list