Bug 28897 - Adding a new class to a folder in the ClassView does not set the path correctly
Summary: Adding a new class to a folder in the ClassView does not set the path correctly
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-13 15:18 UTC by Jon Doud
Modified: 2002-10-09 21:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).