| 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 First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Works in Gideon (3.0). |
(*** 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)