Summary: | Adding a file to project via File Tree doesn't make its filename bold | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Paul Hoepfner-Homme <ahd9ryi02> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paul Hoepfner-Homme
2003-03-27 05:47:10 UTC
Works in cvs. Okay, well the opposite action fails now. Now when I remove a file from my project by right-clicking its name in the File Tree and choosing "Remove from Project", its filename doesn't get unbolded in the File Tree. OK, now I get it. This is the CustomProjectPart at work, it emits the wrong paths when adding/removing files to/from the project. (Coincidentally, so does TrollProjectPart. AutoProjectPart, I'm happy to report, does the right thing - which is why I didn't see the bug... Could we please fix our paths problem? NOW? ) Should be totally fixed now in cvs. |