News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Support code refactoring (V7)

Started by Loaden, August 30, 2010, 07:01:12 PM

Previous topic - Next topic

Loaden

Already implement:
1. Find usages of symbol (Search > Find usages [Alt-.] OR popup menu)
2. Rename symbol under cursor (Edit > Rename symbols [Alt-N] OR popup menu)
Any comments ?
:D

P.S.
1. Need add coderefactoring.h/cpp to project.
2. Need add search dirs: include\mozilla_chardet
3. This patch JUST for *testing*!

V4:
Fixed some issue.

V7:
Bug fixed.

ollydbg

I'm testing it now. It is a huge patch and a big improvement.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Loaden