[Bug 66683] Code refactoring

Jesse Yurkovich yurkjes at iit.edu
Wed Nov 19 22:07:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=66683     




------- Additional Comments From yurkjes at iit.edu  2003-11-19 22:06 -------
I agree.  KDevelop needs work on refactoring.

Some more ideas:
- Rename attribute/variable/methods (and all references to them)
- Change method signature
- Determin 'const' methods
- Deprecate selected methods (so gcc prints warning etc when method is used)

These should be accessible by selecting methods/attributes from within the class view tab and when the cursor is on a method/attribute from the editor.

The first two rather simple suggestions below would greatly aid my development and others as well.  The last two are some things I've heard KDE devs might like to have -- easy ability to mark a method as const if it is indeed const and the ability of a one-click deprecation of methods.




More information about the KDevelop-devel mailing list