Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 trailing function in $GeneratedPropertyName$

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000