Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 RefactorCreateImplementation in right order

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
joracine Posted - Jun 18 2008 : 09:01:20 AM
Currently, creating an implementation will put the new implementation at the end of the implementation block, within the cpp files. It would be more logical and practical to have it create implementations in the same order they are presented in the header/class.

i.e.
class My
{
void MyFunc1();
void MyFunc2();
}

Using RefactorCreateImplentation on MyFunc1 would "insert" MyFunc1's implementation above the implementation of MyFunc2.
3   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jun 18 2008 : 2:42:21 PM
http://www.wholetomato.com/support/history.asp

Here, you can see the fixes, improvements, new features and case numbers.
joracine Posted - Jun 18 2008 : 10:47:36 AM
Great to hear, thanks for the quick answer.

Where can I see those cases?
accord Posted - Jun 18 2008 : 10:38:56 AM
We are considering that "Create Implementation" will place new code below the implementation of preceding function:

case=12454

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