Bug 56474 - Adding a file to project via File Tree doesn't make its filename bold
Summary: Adding a file to project via File Tree doesn't make its filename bold
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 05:47 UTC by Paul Hoepfner-Homme
Modified: 2003-04-30 14:59 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 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.