camelcase filename in new class wizard

General questions regarding the usage of CodeLite
underdoeg
CodeLite Enthusiast
Posts: 16
Joined: Sun May 01, 2011 11:43 pm
Genuine User: Yes
IDE Question: c++
Contact:

camelcase filename in new class wizard

Post 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
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: camelcase filename in new class wizard

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: camelcase filename in new class wizard

Post 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
Make sure you have read the HOW TO POST thread
underdoeg
CodeLite Enthusiast
Posts: 16
Joined: Sun May 01, 2011 11:43 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: camelcase filename in new class wizard

Post by underdoeg »

Thanks!

I just checked out the newest version and it works.

best.philip
Post Reply