Hello all! I am new to this forum and am new to Code::Blocks, but am experienced using C++.
I am just trying to get C::B configured the way I want it and am having a small issue. When I create a new class using the wizard, it works well; I can add member variables right from the wizard which is sweet. And I can even get auto-generated getters and setters. My only issue is that I want to change the format of the generated getters and setters. As it stands, the getters and setters appear like: Getname() and Setname(). I, however, would like them to be camelCase eg: getName() and setName(). I could just manually edit every one, but then that defeats the purpose of having generated method names.
Is there an option to change this? I am using Code::Blocks version 13.12 on Ubuntu 14.04.
Thanks!
-Rixxy