Bug#2605: marked as done (Using CV's add member function on a dialog from the dialog editor adds the function to the *data.cpp file instead of the file intended to be edited.)

Stephan Kulow owner at bugs.kde.org
Tue Feb 1 08:03:00 UTC 2000


Your message dated Tue, 1 Feb 2000 08:49:17 +0100
with message-id <00020108511400.06213 at ati17>
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; 1 Feb 2000 07:42:22 +0000
>From swbrown at depraved.org Tue Feb  1 08:42:22 2000
Received: from dt027ne8.san.rr.com ([24.30.137.232]:15877 "EHLO depraved.org")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S741417AbQBAHmJ>;
	Tue, 1 Feb 2000 08:42:09 +0100
Received: (from swbrown at localhost)
	by depraved.org (8.9.3/8.9.3) id XAA02325;
	Mon, 31 Jan 2000 23:40:31 -0800
Date:   Mon, 31 Jan 2000 23:40:31 -0800
Message-Id: <200002010740.XAA02325 at depraved.org>
FROM:   Steven Brown <swbrown at ucsd.edu>
TO:     submit at bugs.kde.org
SUBJECT: Using CV's add member function on a dialog from the dialog editor adds the function to the *data.cpp file instead of the file intended to be edited.
Return-Path: <swbrown at depraved.org>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.1-beta1.0
Severity: normal

Bugreport ID : 23:33,31.01.00

Originator	: Steven Brown
E-Mail		: swbrown at ucsd.edu

Subject : Using CV's add member function on a dialog from the dialog editor adds the function to the *data.cpp file instead of the file intended to be edited.

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

I created a dialog SearchDialog with kdevelop's dialog editor.  It creates
a searchdialog.cpp (for user editing) and searchdialogdata.cpp with the
form's data which is not to be edited.  When I use the right-click menu's
add member function on the CV window, the new member is added to
searchdialogdata.cpp instead of the other file.


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

I assume it might be random as to which file it places it in, so try a
couple times, it should happen.

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

Provide a field in the add member dialog for which file to insert to.  The
default for this field should be the file where the default constructor
is defined, or if there is none, any constructor, if none then any 
function, if none of those too, the lowercase+".cpp" of the class.


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

KDevelop version	: 1.1-beta1.0
KDE version		: 1.1.2
QT version		: 1.44
OS/Distribution		: rh6.1
Compiler		: egcs-2.91.66

misc :




More information about the KDevelop-devel mailing list