questions to allowed patchs here

Discussion about CodeLite development process and patches
guenni81
CodeLite Enthusiast
Posts: 12
Joined: Thu Mar 05, 2009 3:25 pm
Contact:

questions to allowed patchs here

Post by guenni81 »

Hello,
i change currently some things at the time.
I customize codelite partially for my own needs to. This changes are not always interesting for all. A example for this is the filename. I would like the upper- and lowercase in the filename as I call the class and don't complete in lowercase.
My question it is allowed or interesting to post such patchs her?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: questions to allowed patchs here

Post by eranif »

If the changes you make are configurable then I post them here, and I will review them - if they are OK, I will commit them

For exmample: I assume you meant that you change the new class dialog to generate file names with UpperCase unlike the current way which generate a lower case file names. If this change is by adding a check box in the 'new class' dialog, then I will probably will commit it, however if it is hard coded (that is: you can ONLY generate Mix case file name) I wont accept it, since it breaks the current behavior.

Eran
Make sure you have read the HOW TO POST thread
guenni81
CodeLite Enthusiast
Posts: 12
Joined: Thu Mar 05, 2009 3:25 pm
Contact:

Re: questions to allowed patchs here

Post by guenni81 »

At the moment the changes are hard coded. I make the changes at a later time configurable and post the patches here.
Thanks.
Post Reply