Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: Loaden on August 30, 2010, 07:01:12 pm

Title: Support code refactoring (V7)
Post by: Loaden on August 30, 2010, 07:01:12 pm
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.
Title: Re: Support code refactoring (V3)
Post by: ollydbg on August 31, 2010, 01:04:07 am
I'm testing it now. It is a huge patch and a big improvement.
Title: Re: Support code refactoring (V7)
Post by: Loaden on August 31, 2010, 05:32:26 pm
V7, Now working well! :D