After rename file in Project tree CMakeLists.txt is not updated. Step to reproduce. 1. RMB on header file present in "Projects" view (included in project) 2. Select rename 3. Enter new name and press OK Current result: #include directive in (all) cpp file(s) is not updated with new name. File name present in CMakeLists.txt is not updated Expected result #include directive in all cpp file(s) should be updated with new name. File name present in CMakeLists.txt should be updated This issue causes that I need update all files including renamed file manually. Please note that renaming class doesn't make rename of file, and could be.
This feature simply does not exist, I'll mark it as a wish.
OK. I hope someone, someday will implement this. As far as I remember feature updating CMakeLists.txt was present in previous line of KDevelop. I remember that in moment of update this file just popped out the window with simple editor where was present updated CMakeLists.txt for user to verify, correct and confirm or decline changes.