Bug 56474

Summary: Adding a file to project via File Tree doesn't make its filename bold
Product: [Applications] kdevelop Reporter: Paul Hoepfner-Homme <ahd9ryi02>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Paul Hoepfner-Homme 2003-03-27 05:47:10 UTC
Version:           unknown (using KDE 3.1.0)
Compiler:          gcc version 2.95.3 20010315 (release)
OS:          Linux (i686) release 2.4.19-pre7

When I add a file to my project by right-clicking its name in the File Tree and choosing "Add to Project", its filename doesn't get bolded in the File Tree. Files that belong to the project should appear bold in the File Tree, but it seems the File Tree doesn't realize this when you've added a new file to the project until you restart KDevelop.
Comment 1 Caleb Tennis 2003-04-25 20:15:16 UTC
Works in cvs. 
Comment 2 Paul Hoepfner-Homme 2003-04-28 22:56:19 UTC
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. 
Comment 3 Jens Dagerbo 2003-04-29 12:54:18 UTC
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? ) 
Comment 4 Caleb Tennis 2003-04-30 14:59:44 UTC
Should be totally fixed now in cvs.