Hi.
Can you tell me, what's plugin for rename class/method/member?
thanks.
Hi Loaden,
currently there is no plugin for refactoring within Code::Blocks.
Bye
Mario
Quote from: mariocup on June 05, 2009, 04:12:31 PM
Hi Loaden,
currently there is no plugin for refactoring within Code::Blocks.
Bye
Mario
Thanks!
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.next.codeblocks.org/index.php/topic,10656.0.html
Cheers!
Quote from: 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.next.codeblocks.org/index.php/topic,10656.0.html
Cheers!
From: https://developer.mozilla.org/en/Installing_Pork
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