Bug#2388: marked as done (Missing feature / possible bug) by Ralf Nolden <nolden at kde.org>

Stephan Kulow owner at bugs.kde.org
Fri Jan 26 09:33:09 UTC 2001


Your message dated Fri, 26 Jan 2001 10:30:49 +0100
with message-id <0101261030490D.05786 at unixware>
and subject line (no subject)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 7 Dec 1999 02:41:46 +0000
>From kmeister at bursley-216-82.reshall.umich.edu Tue Dec  7 03:41:46 1999
Received: from bursley-216-82.reshall.umich.edu ([141.213.216.82]:8199 "EHLO
        bursley-216-82.reshall.umich.edu") by max.tat.physik.uni-tuebingen.de
	with ESMTP id <S742208AbPLGCl2>; Tue, 7 Dec 1999 03:41:28 +0100
Received: (from kmeister at localhost)
	by bursley-216-82.reshall.umich.edu (8.9.3/8.9.3) id VAA02789;
	Mon, 6 Dec 1999 21:46:38 -0500
Date:   Mon, 6 Dec 1999 21:46:38 -0500
Message-Id: <199912070246.VAA02789 at bursley-216-82.reshall.umich.edu>
FROM:   Karl Meisterheim <kmeister at engin.umich.edu>
TO:     submit at bugs.kde.org
SUBJECT: Missing feature / possible bug
Return-Path: <kmeister at bursley-216-82.reshall.umich.edu>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.0beta4
Severity: normal

Bugreport ID : 21:39,06.12.99

Originator	: Karl Meisterheim
E-Mail		: kmeister at engin.umich.edu

Subject : Missing feature / possible bug

Error Class	: software bug
Error Location	: I don´t know
Priority	: low
Bug Description ---------------------------

On the leftmost panel that contains a expandable tree view of the classes in the 
project (the CV tab), the class member variables aren't displayed properly
when there are multiple variables of the same type on the same line seperated
by commas, for example,
class myClass
{
  public:
  int x;
  float y,z;
}

the member var x will show up in the list, but y and z will not


How to repeat the error -------------------

Make a class like I described above, containing multiple variables of the same tupe
on the same line seperated by commas

Bugfix or Workaround ----------------------

You can make it display correctly if you have only one var on each line, for example to make
the class demonstrated in "Bug Description" work correctly, write it like this
class myClass
{
  public:
  int x;
  float y;
  float z;
}

System Information ------------------------

KDevelop version	: 1.0beta4
KDE version		: Not running KDE (but have RedHat 6.0 installed, so whatever version came installed with that)
QT version		: qt-2.0.1-5 qt1x-1.44-4 qt1x-devel-1.44-4 qt-devel-2.0.1-5 
OS/Distribution		: RedHat 6
Compiler		: egcs-1.1.2-24 egcs-c++-1.1.2-24

misc :

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list