Bug 28897

Summary: Adding a new class to a folder in the ClassView does not set the path correctly
Product: [Applications] kdevelop Reporter: Jon Doud <jon.doud>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Other   
Latest Commit: Version Fixed In:

Description Jon Doud 2001-07-13 15:15:47 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           KDE 2.2.0 Beta1
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          Not Specified
OS:                Not Specified
OS/Compiler notes: Not Specified

1. Add a sub-folder to the project 
2. Add a class to the sub-folder by right-clicking the new folder and selecting New Class...

The class is added to the class view but not under the folder.  The class has been added to the project under a new folder.

Example:
baseline --project root/project/subdir

desired behavior -- project root/project/subdir/newclass

resulting behavior -- project root/subdir/newclass
                               project root/project/subdir

(Submitted via bugs.kde.org)
Comment 1 Caleb Tennis 2002-10-09 21:12:25 UTC
Works in Gideon (3.0).