| Summary: | Add "rename file" refactoring | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Thomas McGuire <mcguire> |
| Component: | language | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | aleixpol, b.gedzior, batyiev, codestruct |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas McGuire
2009-03-19 16:45:25 UTC
Current state of things: Works (= generic code is working, bugs (if any) should be filled per plugin): - Tell the VCS system about it (in SVN, that would be 'svn mv') - Update the CMakeLists.txt or whatever other project system is being used Left to do (in *my* order of *significance*): - Update all #include statements - Update header guards - Maybe update the filename in the license comment, sometimes it is there. (Probably it should search-n-replace in all comments, e.g. in cases of "See file somefile.cpp for examples/comments/other stuff") - Rename the .cpp and the .h file *** Bug 265236 has been marked as a duplicate of this bug. *** Now the .cpp and .h files are renamed as well. Left to happen, update include statements and header guards. Here I'm unsure that this has to happen... |