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.
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.