Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Loaden on June 05, 2009, 03:55:06 pm

Title: CB have code refactoring plugin?
Post by: Loaden on June 05, 2009, 03:55:06 pm
Hi.
Can you tell me, what's plugin for rename class/method/member?
thanks.
Title: Re: CB have code refactoring plugin?
Post by: mariocup on June 05, 2009, 04:12:31 pm
Hi Loaden,

currently there is no plugin for refactoring within Code::Blocks.

Bye

Mario
Title: Re: CB have code refactoring plugin?
Post by: Loaden on June 05, 2009, 05:33:04 pm
Hi Loaden,

currently there is no plugin for refactoring within Code::Blocks.

Bye

Mario
Thanks!
Title: Re: CB have code refactoring plugin?
Post by: drac on June 05, 2009, 07:00:55 pm
It might have if somebody would integrate Mozilla's Pork (https://developer.mozilla.org/En/Pork)

I've mentioned this also in the CodeCompletion Redesign forum http://forums.codeblocks.org/index.php/topic,10656.0.html

Cheers!
Title: Re: CB have code refactoring plugin?
Post by: ollydbg on June 27, 2009, 04:06:26 pm
It might have if somebody would integrate Mozilla's Pork (https://developer.mozilla.org/En/Pork)

I've mentioned this also in the CodeCompletion Redesign forum http://forums.codeblocks.org/index.php/topic,10656.0.html

Cheers!

From: https://developer.mozilla.org/en/Installing_Pork
Code
Pork uses GCC to generate .i/.ii files (preprocessed C/C++) for Elsa to parse.
For code completion, I think it is a bit slow....
For code refactor( like rename some function prototype, variable name), it may work perfectly. :D