Page 1 of 1

camelcase filename in new class wizard

Posted: Fri Jun 08, 2012 4:42 pm
by underdoeg
Hi

I wonder if it is possible to also have an option to leave the file names the new class wizard generates as is. So for example if I create a class calles SomeFancyClass, the filenames would be SomeFancyClass.h and SomeFancyClass.cpp.

I think currently the only options are some_fancy_class.h and somefancyclass.h?

best.ph

Re: camelcase filename in new class wizard

Posted: Sat Jun 09, 2012 2:16 pm
by DavidGH
Hi,
I wonder if it is possible to also have an option to leave the file names the new class wizard generates as is
Good point, though better to make the name editable; some people might prefer an entirely different name.

I've no idea why that field was made disabled. I've fixed this as part of r5593.

Regards,

David

Re: camelcase filename in new class wizard

Posted: Sat Jun 09, 2012 7:28 pm
by eranif
DavidGH wrote:I've no idea why that field was made disabled. I've fixed this as part of r5593.
This was me ;) guilty as charged

Eran

Re: camelcase filename in new class wizard

Posted: Thu Jun 14, 2012 3:17 pm
by underdoeg
Thanks!

I just checked out the newest version and it works.

best.philip