T O P I C R E V I E W |
JaanClaeys |
Posted - Aug 23 2011 : 10:07:30 AM I would like to control the use of the trailing of the instance variabel:
For example if I have:
int iInstance;
I could indicate that the vowel "i" has to be removed in the field $GeneratedProperyName$, instead of _ or m_ so he would create:
int Instance() { return iInstance; } void Instance(int i) { iInstance = i; }
|
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Aug 09 2012 : 01:55:40 AM case=67462 is related to case=17714 and is implemented in build 1912. The following name patterns are supported: [lower-case letter][upper-case letter]* [lower-case letter]_[prefix]* |
feline |
Posted - Aug 25 2011 : 6:50:21 PM We are considering adding a setting to control which leading characters are removed by Encapsulate Field, but I am not sure when this might be done:
case=17714 |