Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] User survey: More CDT Refactorings - toggle function definition/namespace refactorings

>>> **Any (great) ideas on what cases to support (wrt overloading) for "change function signature" and how to make it usable in the UI are appreciated.

>> What about simply walking the user through all the call sites
>> and giving them a chance to edit each one manually?

> Probably updating all the call sites is not a goal of this refactoring. Qt Creator changes only signatures in hpp/cpp [1] and it is quite useful. Not sure how it
> processes virtual and pure virtual functions in base and derived classes, but they could be updated too.

If updating the call sites is not a goal of this refactoring, then
what is the problem with overloading?

Regards,
Nate

Back to the top