Bug#2455: marked as done (kdevelop: adding method at classview)

Stephan Kulow owner at bugs.kde.org
Thu Jan 27 23:03:01 UTC 2000


Your message dated Thu, 27 Jan 2000 23:50:25 +0100
with message-id <0001272350350E.02470 at ati15>
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; 28 Dec 1999 16:10:08 +0000
>From lz at kharkov.com Tue Dec 28 17:10:08 1999
Received: from proxy.vostok.net ([194.44.57.110]:65060 "EHLO proxy.vostok.net")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S741421AbPL1QJv>;
	Tue, 28 Dec 1999 17:09:51 +0100
Received: from ppp19.online.kharkov.com ([194.44.206.19]:772 "EHLO kharkov.com" ident: "NO-IDENT-SERVICE[2]") by kharkov.com with ESMTP id <317025-92>; Tue, 28 Dec 1999 18:09:24 +0200
Sender: lz at kharkov.com
Message-ID: <3868DFEF.4B725330 at kharkov.com>
Date:	Tue, 28 Dec 1999 18:06:07 +0200
From:	Leonid Zeitlin <lz at kharkov.com>
Organization: LZ Home
X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i686)
X-Accept-Language: Russian, ru, en
MIME-Version: 1.0
To:	submit at bugs.kde.org
Subject: kdevelop: adding method at classview
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Return-Path: <lz at kharkov.com>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.0
Severity: normal

Bugreport ID : 17:49,28.12.99

Originator      : Leonid Zeitlin
E-Mail          : lz at kharkov.com

Subject : adding method at classview

Error Class     : software bug
Error Location  : class tree
Priority        : medium
Bug Description ---------------------------

I started a project and added a dialog to it. The dialog was called TTestDlg. 
This generated two files: ttestdlg.cpp and ttestdlgdata.cpp. Apprently,
the latter one gets regenerated each time I do "generate sources" in the 
Dialog Editor.

Then I went to ClassView, right-clicked my TTestDlg class and selected 
"Add member function" from the pop-up menu. After I filled the data
in the dialog box that appeared, a new method declaration was added 
to ttestdlg.h, and the definition template was added to ttestdlgdata.cpp.
As soon as a regenerated the dialog sources, the new method definition
was LOST. I would expect that the definition should go to ttestdlg.cpp
rather that ttestdlgdata.cpp

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

Start a project
Add a dialog
Generate dialog sources
Add a member function via classview
Regenerate dialog sources

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

I'm not sure but perhaps something to do with the definedInFile member...

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

KDevelop version        : 1.0
KDE version             : 1.1.1pre2
QT version              : 1.44
OS/Distribution         : Linux / Red Hat 6.0
Compiler                : egcs-2.91.66

misc :





More information about the KDevelop-devel mailing list